Html Css Color HEX #D21077 Medium Violet Red

📋 copy color: '#D21077'

red 210 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #D21077

Tints of Medium Violet Red #D21077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 60.87%
G = 4.64%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21077 (or 0xD21077) is known color: Medium Violet Red. HEX triplet: D2, 10 and 77. RGB value is (210,16,119). Sum of RGB (Red+Green+Blue) = 210+16+119=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21077 is #2DEF88. Grayscale: #555555. Windows color (decimal): -3010441 or 7803090. OLE color: 7803090.

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

Color convert

RGB 210 16 119 -
CMYK 0 0.92 0.43 0.18
HSL 328.14º 0.86% 0.44% -
HSV(B) 328.14º 0.92% 0.82% -
XYZ 30.09 15.4 18.84 -
YUV 85.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 210 16 119 0 0.92 0.43 0.18 328.14 0.86 0.44
Hex D2 10 77 0 5C 2B 12 148 56 2C
Octal 322 20 167 0 134 53 22 510 126 54
Binary 11010010 10000 1110111 0 1011100 101011 10010 101001000 1010110 101100

Color Harmonies of #D21077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21077

Black with #D21077

Text Example


Text Example

White with #D21077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21077; }

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

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

background-color css

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

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

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

border-color css

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

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

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