Html Css Color HEX #D20574 Medium Violet Red

📋 copy color: '#D20574'

red 210 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #D20574

Tints of Medium Violet Red #D20574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 63.44%
G = 1.51%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D20574 (or 0xD20574) is known color: Medium Violet Red. HEX triplet: D2, 05 and 74. RGB value is (210,5,116). Sum of RGB (Red+Green+Blue) = 210+5+116=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D20574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20574 is #2DFA8B. Grayscale: #4E4E4E. Windows color (decimal): -3013260 or 7603666. OLE color: 7603666.

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

Color convert

RGB 210 5 116 -
CMYK 0 0.98 0.45 0.18
HSL 327.51º 0.95% 0.42% -
HSV(B) 327.51º 0.98% 0.82% -
XYZ 29.79 15.07 17.86 -
YUV 78.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 210 5 116 0 0.98 0.45 0.18 327.51 0.95 0.42
Hex D2 5 74 0 62 2D 12 148 5F 2A
Octal 322 5 164 0 142 55 22 510 137 52
Binary 11010010 101 1110100 0 1100010 101101 10010 101001000 1011111 101010

Color Harmonies of #D20574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20574

Black with #D20574

Text Example


Text Example

White with #D20574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20574; }

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

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

background-color css

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

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

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

border-color css

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

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

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