Html Css Color HEX #D20C9C Medium Violet Red

📋 copy color: '#D20C9C'

red 210 ◦ green 12 ◦ blue 156

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

Shades of Medium Violet Red #D20C9C

Tints of Medium Violet Red #D20C9C

RGB

 RED value IS 210 (82.42% from 255) = 55.56%

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 55.56%
G = 3.17%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D20C9C (or 0xD20C9C) is known color: Medium Violet Red. HEX triplet: D2, 0C and 9C. RGB value is (210,12,156). Sum of RGB (Red+Green+Blue) = 210+12+156=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20C9C is #2DF363. Grayscale: #575757. Windows color (decimal): -3011428 or 10226898. OLE color: 10226898.

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

Color convert

RGB 210 12 156 -
CMYK 0 0.94 0.26 0.18
HSL 316.36º 0.89% 0.44% -
HSV(B) 316.36º 0.94% 0.82% -
XYZ 32.71 16.36 32.89 -
YUV 87.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 210 12 156 0 0.94 0.26 0.18 316.36 0.89 0.44
Hex D2 C 9C 0 5E 1A 12 13C 59 2C
Octal 322 14 234 0 136 32 22 474 131 54
Binary 11010010 1100 10011100 0 1011110 11010 10010 100111100 1011001 101100

Color Harmonies of #D20C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C9C

Black with #D20C9C

Text Example


Text Example

White with #D20C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C9C; }

 p { color: rgb(210,12,156); }

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

background-color css

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

 a { background-color: rgb(210,12,156); }

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

border-color css

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

 span { border-color: rgb(210,12,156); }

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