Html Css Color HEX #D10CA2 Medium Violet Red

📋 copy color: '#D10CA2'

red 209 ◦ green 12 ◦ blue 162

#D10CA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D10CA2

Tints of Medium Violet Red #D10CA2

RGB

 RED value IS 209 (82.03% from 255) = 54.57%

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 54.57%
G = 3.13%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D10CA2 (or 0xD10CA2) is known color: Medium Violet Red. HEX triplet: D1, 0C and A2. RGB value is (209,12,162). Sum of RGB (Red+Green+Blue) = 209+12+162=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10CA2 is #2EF35D. Grayscale: #575757. Windows color (decimal): -3076958 or 10620113. OLE color: 10620113.

HSL color Cylindrical-coordinate representation of color #D10CA2: hue angle of 314.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 162 -
CMYK 0 0.94 0.22 0.18
HSL 314.31º 0.89% 0.43% -
HSV(B) 314.31º 0.94% 0.82% -
XYZ 32.95 16.43 35.62 -
YUV 88 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 209 12 162 0 0.94 0.22 0.18 314.31 0.89 0.43
Hex D1 C A2 0 5E 16 12 13A 59 2B
Octal 321 14 242 0 136 26 22 472 131 53
Binary 11010001 1100 10100010 0 1011110 10110 10010 100111010 1011001 101011

Color Harmonies of #D10CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10CA2

Black with #D10CA2

Text Example


Text Example

White with #D10CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10CA2; }

 p { color: rgb(209,12,162); }

 H1.HeaderClassName
 {
   color: #D10CA2;
 }
 .AnyTagClassName
 {
   color: #D10CA2;
 }
</style>

background-color css

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

 a { background-color: rgb(209,12,162); }

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

border-color css

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

 span { border-color: rgb(209,12,162); }

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