Html Css Color HEX #D20A74 Medium Violet Red

📋 copy color: '#D20A74'

red 210 ◦ green 10 ◦ blue 116

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

Shades of Medium Violet Red #D20A74

Tints of Medium Violet Red #D20A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 62.5%
G = 2.98%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D20A74 (or 0xD20A74) is known color: Medium Violet Red. HEX triplet: D2, 0A and 74. RGB value is (210,10,116). Sum of RGB (Red+Green+Blue) = 210+10+116=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20A74 is #2DF58B. Grayscale: #515151. Windows color (decimal): -3011980 or 7604946. OLE color: 7604946.

HSL color Cylindrical-coordinate representation of color #D20A74: hue angle of 328.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 #D20A74 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 10 116 -
CMYK 0 0.95 0.45 0.18
HSL 328.2º 0.91% 0.43% -
HSV(B) 328.2º 0.95% 0.82% -
XYZ 29.84 15.18 17.88 -
YUV 81.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 210 10 116 0 0.95 0.45 0.18 328.2 0.91 0.43
Hex D2 A 74 0 5F 2D 12 148 5B 2B
Octal 322 12 164 0 137 55 22 510 133 53
Binary 11010010 1010 1110100 0 1011111 101101 10010 101001000 1011011 101011

Color Harmonies of #D20A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A74

Black with #D20A74

Text Example


Text Example

White with #D20A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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