Html Css Color HEX #DE018D Hollywood Cerise

📋 copy color: '#DE018D'

red 222 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #DE018D

Tints of Hollywood Cerise #DE018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 60.99%
G = 0.27%
B = 38.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE018D (or 0xDE018D) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 8D. RGB value is (222,1,141). Sum of RGB (Red+Green+Blue) = 222+1+141=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE018D is #21FE72. Grayscale: #525252. Windows color (decimal): -2227827 or 9241054. OLE color: 9241054.

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

Color convert

RGB 222 1 141 -
CMYK 0 1.00 0.36 0.13
HSL 321.99º 0.99% 0.44% -
HSV(B) 321.99º 1% 0.87% -
XYZ 34.94 17.47 26.73 -
YUV 83.04 160.72 227.12 -
System Red Green Blue C M Y K H S L
Decimal 222 1 141 0 1.00 0.36 0.13 321.99 0.99 0.44
Hex DE 1 8D 0 64 24 D 142 63 2C
Octal 336 1 215 0 144 44 15 502 143 54
Binary 11011110 1 10001101 0 1100100 100100 1101 101000010 1100011 101100

Color Harmonies of #DE018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE018D

Black with #DE018D

Text Example


Text Example

White with #DE018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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