Html Css Color HEX #DE008D Hollywood Cerise

📋 copy color: '#DE008D'

red 222 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #DE008D

Tints of Hollywood Cerise #DE008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 61.16%
G = 0%
B = 38.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE008D (or 0xDE008D) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 8D. RGB value is (222,0,141). Sum of RGB (Red+Green+Blue) = 222+0+141=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE008D is #21FF72. Grayscale: #525252. Windows color (decimal): -2228083 or 9240798. OLE color: 9240798.

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

Color convert

RGB 222 0 141 -
CMYK 0 1 0.36 0.13
HSL 321.89º 1% 0.44% -
HSV(B) 321.89º 1% 0.87% -
XYZ 34.93 17.45 26.73 -
YUV 82.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 222 0 141 0 1 0.36 0.13 321.89 1 0.44
Hex DE 0 8D 0 64 24 D 142 64 2C
Octal 336 0 215 0 144 44 15 502 144 54
Binary 11011110 0 10001101 0 1100100 100100 1101 101000010 1100100 101100

Color Harmonies of #DE008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE008D

Black with #DE008D

Text Example


Text Example

White with #DE008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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