Html Css Color HEX #DE0088 Medium Violet Red

📋 copy color: '#DE0088'

red 222 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #DE0088

Tints of Medium Violet Red #DE0088

RGB

 RED value IS 222 (87.11% from 255) = 62.01%

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

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

R = 62.01%
G = 0%
B = 37.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE0088 (or 0xDE0088) is known color: Medium Violet Red. HEX triplet: DE, 00 and 88. RGB value is (222,0,136). Sum of RGB (Red+Green+Blue) = 222+0+136=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0088 is #21FF77. Grayscale: #515151. Windows color (decimal): -2228088 or 8913118. OLE color: 8913118.

HSL color Cylindrical-coordinate representation of color #DE0088: hue angle of 323.24º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0088 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 136 -
CMYK 0 1 0.39 0.13
HSL 323.24º 1% 0.44% -
HSV(B) 323.24º 1% 0.87% -
XYZ 34.57 17.31 24.81 -
YUV 81.88 158.55 227.94 -
System Red Green Blue C M Y K H S L
Decimal 222 0 136 0 1 0.39 0.13 323.24 1 0.44
Hex DE 0 88 0 64 27 D 143 64 2C
Octal 336 0 210 0 144 47 15 503 144 54
Binary 11011110 0 10001000 0 1100100 100111 1101 101000011 1100100 101100

Color Harmonies of #DE0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0088

Black with #DE0088

Text Example


Text Example

White with #DE0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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