Html Css Color HEX #D80088 Medium Violet Red

📋 copy color: '#D80088'

red 216 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #D80088

Tints of Medium Violet Red #D80088

RGB

 RED value IS 216 (84.77% from 255) = 61.36%

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

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 61.36%
G = 0%
B = 38.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D80088 (or 0xD80088) is known color: Medium Violet Red. HEX triplet: D8, 00 and 88. RGB value is (216,0,136). Sum of RGB (Red+Green+Blue) = 216+0+136=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80088 is #27FF77. Grayscale: #4F4F4F. Windows color (decimal): -2621304 or 8913112. OLE color: 8913112.

HSL color Cylindrical-coordinate representation of color #D80088: hue angle of 322.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80088 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 136 -
CMYK 0 1 0.37 0.15
HSL 322.22º 1% 0.42% -
HSV(B) 322.22º 1% 0.85% -
XYZ 32.76 16.38 24.73 -
YUV 80.09 159.56 224.94 -
System Red Green Blue C M Y K H S L
Decimal 216 0 136 0 1 0.37 0.15 322.22 1 0.42
Hex D8 0 88 0 64 25 F 142 64 2A
Octal 330 0 210 0 144 45 17 502 144 52
Binary 11011000 0 10001000 0 1100100 100101 1111 101000010 1100100 101010

Color Harmonies of #D80088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80088

Black with #D80088

Text Example


Text Example

White with #D80088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80088; }

 p { color: rgb(216,0,136); }

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

background-color css

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

 a { background-color: rgb(216,0,136); }

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

border-color css

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

 span { border-color: rgb(216,0,136); }

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