Html Css Color HEX #D20575 Medium Violet Red

📋 copy color: '#D20575'

red 210 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #D20575

Tints of Medium Violet Red #D20575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 63.25%
G = 1.51%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20575 (or 0xD20575) is known color: Medium Violet Red. HEX triplet: D2, 05 and 75. RGB value is (210,5,117). Sum of RGB (Red+Green+Blue) = 210+5+117=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D20575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20575 is #2DFA8A. Grayscale: #4E4E4E. Windows color (decimal): -3013259 or 7669202. OLE color: 7669202.

HSL color Cylindrical-coordinate representation of color #D20575: hue angle of 327.22º 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 #D20575 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 117 -
CMYK 0 0.98 0.44 0.18
HSL 327.22º 0.95% 0.42% -
HSV(B) 327.22º 0.98% 0.82% -
XYZ 29.84 15.09 18.17 -
YUV 79.06 149.42 221.39 -
System Red Green Blue C M Y K H S L
Decimal 210 5 117 0 0.98 0.44 0.18 327.22 0.95 0.42
Hex D2 5 75 0 62 2C 12 147 5F 2A
Octal 322 5 165 0 142 54 22 507 137 52
Binary 11010010 101 1110101 0 1100010 101100 10010 101000111 1011111 101010

Color Harmonies of #D20575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20575

Black with #D20575

Text Example


Text Example

White with #D20575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20575; }

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

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

background-color css

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

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

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

border-color css

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

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

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