Html Css Color HEX #D00084 Medium Violet Red

📋 copy color: '#D00084'

red 208 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #D00084

Tints of Medium Violet Red #D00084

RGB

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

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

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

R = 61.18%
G = 0%
B = 38.82%

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

#D00084 (or 0xD00084) is known color: Medium Violet Red. HEX triplet: D0, 00 and 84. RGB value is (208,0,132). Sum of RGB (Red+Green+Blue) = 208+0+132=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D00084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00084 is #2FFF7B. Grayscale: #4C4C4C. Windows color (decimal): -3145596 or 8650960. OLE color: 8650960.

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

Color convert

RGB 208 0 132 -
CMYK 0 1 0.37 0.18
HSL 321.92º 1% 0.41% -
HSV(B) 321.92º 1% 0.82% -
XYZ 30.18 15.08 23.15 -
YUV 77.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 208 0 132 0 1 0.37 0.18 321.92 1 0.41
Hex D0 0 84 0 64 25 12 142 64 29
Octal 320 0 204 0 144 45 22 502 144 51
Binary 11010000 0 10000100 0 1100100 100101 10010 101000010 1100100 101001

Color Harmonies of #D00084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00084

Black with #D00084

Text Example


Text Example

White with #D00084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00084; }

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

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

background-color css

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

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

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

border-color css

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

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

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