Html Css Color HEX #D20875 Medium Violet Red

📋 copy color: '#D20875'

red 210 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #D20875

Tints of Medium Violet Red #D20875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.39%

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

R = 62.69%
G = 2.39%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D20875 (or 0xD20875) is known color: Medium Violet Red. HEX triplet: D2, 08 and 75. RGB value is (210,8,117). Sum of RGB (Red+Green+Blue) = 210+8+117=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D20875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20875 is #2DF78A. Grayscale: #505050. Windows color (decimal): -3012491 or 7669970. OLE color: 7669970.

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

Color convert

RGB 210 8 117 -
CMYK 0 0.96 0.44 0.18
HSL 327.62º 0.93% 0.43% -
HSV(B) 327.62º 0.96% 0.82% -
XYZ 29.88 15.16 18.18 -
YUV 80.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 210 8 117 0 0.96 0.44 0.18 327.62 0.93 0.43
Hex D2 8 75 0 60 2C 12 148 5D 2B
Octal 322 10 165 0 140 54 22 510 135 53
Binary 11010010 1000 1110101 0 1100000 101100 10010 101001000 1011101 101011

Color Harmonies of #D20875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20875

Black with #D20875

Text Example


Text Example

White with #D20875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20875; }

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

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

background-color css

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

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

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

border-color css

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

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

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