Html Css Color HEX #D20084 Medium Violet Red

📋 copy color: '#D20084'

red 210 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #D20084

Tints of Medium Violet Red #D20084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 61.4%
G = 0%
B = 38.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20084 (or 0xD20084) is known color: Medium Violet Red. HEX triplet: D2, 00 and 84. RGB value is (210,0,132). Sum of RGB (Red+Green+Blue) = 210+0+132=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D20084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20084 is #2DFF7B. Grayscale: #4D4D4D. Windows color (decimal): -3014524 or 8650962. OLE color: 8650962.

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

Color convert

RGB 210 0 132 -
CMYK 0 1 0.37 0.18
HSL 322.29º 1% 0.41% -
HSV(B) 322.29º 1% 0.82% -
XYZ 30.74 15.37 23.18 -
YUV 77.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 210 0 132 0 1 0.37 0.18 322.29 1 0.41
Hex D2 0 84 0 64 25 12 142 64 29
Octal 322 0 204 0 144 45 22 502 144 51
Binary 11010010 0 10000100 0 1100100 100101 10010 101000010 1100100 101001

Color Harmonies of #D20084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20084

Black with #D20084

Text Example


Text Example

White with #D20084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20084; }

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

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

background-color css

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

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

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

border-color css

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

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

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