Html Css Color HEX #D21079 Medium Violet Red

📋 copy color: '#D21079'

red 210 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #D21079

Tints of Medium Violet Red #D21079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

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

R = 60.52%
G = 4.61%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D21079 (or 0xD21079) is known color: Medium Violet Red. HEX triplet: D2, 10 and 79. RGB value is (210,16,121). Sum of RGB (Red+Green+Blue) = 210+16+121=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21079 is #2DEF86. Grayscale: #555555. Windows color (decimal): -3010439 or 7934162. OLE color: 7934162.

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

Color convert

RGB 210 16 121 -
CMYK 0 0.92 0.42 0.18
HSL 327.53º 0.86% 0.44% -
HSV(B) 327.53º 0.92% 0.82% -
XYZ 30.21 15.45 19.48 -
YUV 85.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 210 16 121 0 0.92 0.42 0.18 327.53 0.86 0.44
Hex D2 10 79 0 5C 2A 12 148 56 2C
Octal 322 20 171 0 134 52 22 510 126 54
Binary 11010010 10000 1111001 0 1011100 101010 10010 101001000 1010110 101100

Color Harmonies of #D21079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21079

Black with #D21079

Text Example


Text Example

White with #D21079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21079; }

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

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

background-color css

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

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

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

border-color css

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

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

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