Html Css Color HEX #D20881 Medium Violet Red

📋 copy color: '#D20881'

red 210 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #D20881

Tints of Medium Violet Red #D20881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 60.52%
G = 2.31%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20881 (or 0xD20881) is known color: Medium Violet Red. HEX triplet: D2, 08 and 81. RGB value is (210,8,129). Sum of RGB (Red+Green+Blue) = 210+8+129=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20881 is #2DF77E. Grayscale: #515151. Windows color (decimal): -3012479 or 8456402. OLE color: 8456402.

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

Color convert

RGB 210 8 129 -
CMYK 0 0.96 0.39 0.18
HSL 324.06º 0.93% 0.43% -
HSV(B) 324.06º 0.96% 0.82% -
XYZ 30.63 15.46 22.14 -
YUV 82.19 154.42 219.16 -
System Red Green Blue C M Y K H S L
Decimal 210 8 129 0 0.96 0.39 0.18 324.06 0.93 0.43
Hex D2 8 81 0 60 27 12 144 5D 2B
Octal 322 10 201 0 140 47 22 504 135 53
Binary 11010010 1000 10000001 0 1100000 100111 10010 101000100 1011101 101011

Color Harmonies of #D20881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20881

Black with #D20881

Text Example


Text Example

White with #D20881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20881; }

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

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

background-color css

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

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

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

border-color css

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

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

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