Html Css Color HEX #D20079 Medium Violet Red

📋 copy color: '#D20079'

red 210 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #D20079

Tints of Medium Violet Red #D20079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 63.44%
G = 0%
B = 36.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20079 (or 0xD20079) is known color: Medium Violet Red. HEX triplet: D2, 00 and 79. RGB value is (210,0,121). Sum of RGB (Red+Green+Blue) = 210+0+121=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D20079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20079 is #2DFF86. Grayscale: #4C4C4C. Windows color (decimal): -3014535 or 7930066. OLE color: 7930066.

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

Color convert

RGB 210 0 121 -
CMYK 0 1 0.42 0.18
HSL 325.43º 1% 0.41% -
HSV(B) 325.43º 1% 0.82% -
XYZ 30.03 15.08 19.42 -
YUV 76.58 153.07 223.16 -
System Red Green Blue C M Y K H S L
Decimal 210 0 121 0 1 0.42 0.18 325.43 1 0.41
Hex D2 0 79 0 64 2A 12 145 64 29
Octal 322 0 171 0 144 52 22 505 144 51
Binary 11010010 0 1111001 0 1100100 101010 10010 101000101 1100100 101001

Color Harmonies of #D20079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20079

Black with #D20079

Text Example


Text Example

White with #D20079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20079; }

 p { color: rgb(210,0,121); }

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

background-color css

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

 a { background-color: rgb(210,0,121); }

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

border-color css

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

 span { border-color: rgb(210,0,121); }

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