Html Css Color HEX #D20A9C Medium Violet Red

📋 copy color: '#D20A9C'

red 210 ◦ green 10 ◦ blue 156

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

Shades of Medium Violet Red #D20A9C

Tints of Medium Violet Red #D20A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.66%

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

R = 55.85%
G = 2.66%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D20A9C (or 0xD20A9C) is known color: Medium Violet Red. HEX triplet: D2, 0A and 9C. RGB value is (210,10,156). Sum of RGB (Red+Green+Blue) = 210+10+156=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20A9C is #2DF563. Grayscale: #565656. Windows color (decimal): -3011940 or 10226386. OLE color: 10226386.

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

Color convert

RGB 210 10 156 -
CMYK 0 0.95 0.26 0.18
HSL 316.2º 0.91% 0.43% -
HSV(B) 316.2º 0.95% 0.82% -
XYZ 32.69 16.32 32.88 -
YUV 86.44 167.26 216.13 -
System Red Green Blue C M Y K H S L
Decimal 210 10 156 0 0.95 0.26 0.18 316.2 0.91 0.43
Hex D2 A 9C 0 5F 1A 12 13C 5B 2B
Octal 322 12 234 0 137 32 22 474 133 53
Binary 11010010 1010 10011100 0 1011111 11010 10010 100111100 1011011 101011

Color Harmonies of #D20A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A9C

Black with #D20A9C

Text Example


Text Example

White with #D20A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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