Html Css Color HEX #D20081 Medium Violet Red

📋 copy color: '#D20081'

red 210 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #D20081

Tints of Medium Violet Red #D20081

RGB

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

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

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

R = 61.95%
G = 0%
B = 38.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20081 (or 0xD20081) is known color: Medium Violet Red. HEX triplet: D2, 00 and 81. RGB value is (210,0,129). Sum of RGB (Red+Green+Blue) = 210+0+129=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D20081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20081 is #2DFF7E. Grayscale: #4D4D4D. Windows color (decimal): -3014527 or 8454354. OLE color: 8454354.

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

Color convert

RGB 210 0 129 -
CMYK 0 1 0.39 0.18
HSL 323.14º 1% 0.41% -
HSV(B) 323.14º 1% 0.82% -
XYZ 30.54 15.29 22.11 -
YUV 77.5 157.07 222.51 -
System Red Green Blue C M Y K H S L
Decimal 210 0 129 0 1 0.39 0.18 323.14 1 0.41
Hex D2 0 81 0 64 27 12 143 64 29
Octal 322 0 201 0 144 47 22 503 144 51
Binary 11010010 0 10000001 0 1100100 100111 10010 101000011 1100100 101001

Color Harmonies of #D20081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20081

Black with #D20081

Text Example


Text Example

White with #D20081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20081; }

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

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

background-color css

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

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

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

border-color css

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

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

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