#D21CAD

Color #D21CAD Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D21CAD

Tints of Medium Violet Red #D21CAD

Color information

#D21CAD (or 0xD21CAD) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1C and AD. RGB value is (210,28,173). Sum of RGB (Red+Green+Blue) = 210+28+173=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CAD is #2DE352. Grayscale: #626262. Windows color (decimal): -3007315 or 11345106. OLE color: 11345106.

HSL color Cylindrical-coordinate representation of color #D21CAD: hue angle of 312.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CAD is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB21028173-
CMYK00.870.180.18
HSL312.2º76.47%46.67%-
HSV(B)312.2º86.67%82.35%-
XYZ34.5417.5541.1-
YUV98.95169.8207.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 28 (11.33% from 255) = 6.81%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=51.09%
G=6.81%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102817300.870.180.18312.276.4746.67
HexD21CAD05712121384c2f
Octal322342550127222247011457
Binary1101001011100101011010101011110010100101001110001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21CAD; }

 p { color: rgb(210,28,173); }

 H1.HeaderClassName
 {
   color: #D21CAD;
 }
 .AnyTagClassName
 {
   color: #D21CAD;
 }
</style>
background-color css

<style>
 a { background-color: #D21CAD; }

 a { background-color: rgb(210,28,173); }

 div.DivClassName
 {
   background-color: #D21CAD;
 }
 .BgClassName
 {
   background-color: #D21CAD;
 }
</style>
border-color css

<style>
 span { border-color: #D21CAD; }

 span { border-color: rgb(210,28,173); }

 td.TdClassName
 {
   border-color: #D21CAD;
 }
 .TagClassName
 {
   border-color: #D21CAD;
 }
</style>