Html Css Color HEX #D02084 Medium Violet Red

📋 copy color: '#D02084'

red 208 ◦ green 32 ◦ blue 132

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

Shades of Medium Violet Red #D02084

Tints of Medium Violet Red #D02084

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

 GREEN value IS 32 (12.89% from 255) = 8.6%

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

R = 55.91%
G = 8.6%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D02084 (or 0xD02084) is known color: Medium Violet Red. HEX triplet: D0, 20 and 84. RGB value is (208,32,132). Sum of RGB (Red+Green+Blue) = 208+32+132=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D02084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02084 is #2FDF7B. Grayscale: #5F5F5F. Windows color (decimal): -3137404 or 8659152. OLE color: 8659152.

HSL color Cylindrical-coordinate representation of color #D02084: hue angle of 325.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02084 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 132 -
CMYK 0 0.85 0.37 0.18
HSL 325.91º 0.73% 0.47% -
HSV(B) 325.91º 0.85% 0.82% -
XYZ 30.69 16.11 23.32 -
YUV 96.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 208 32 132 0 0.85 0.37 0.18 325.91 0.73 0.47
Hex D0 20 84 0 55 25 12 146 49 2F
Octal 320 40 204 0 125 45 22 506 111 57
Binary 11010000 100000 10000100 0 1010101 100101 10010 101000110 1001001 101111

Color Harmonies of #D02084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02084

Black with #D02084

Text Example


Text Example

White with #D02084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02084; }

 p { color: rgb(208,32,132); }

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

background-color css

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

 a { background-color: rgb(208,32,132); }

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

border-color css

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

 span { border-color: rgb(208,32,132); }

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