Html Css Color HEX #DE018C Hollywood Cerise

📋 copy color: '#DE018C'

red 222 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #DE018C

Tints of Hollywood Cerise #DE018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 61.16%
G = 0.28%
B = 38.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE018C (or 0xDE018C) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 8C. RGB value is (222,1,140). Sum of RGB (Red+Green+Blue) = 222+1+140=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE018C is #21FE73. Grayscale: #525252. Windows color (decimal): -2227828 or 9175518. OLE color: 9175518.

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

Color convert

RGB 222 1 140 -
CMYK 0 1.00 0.37 0.13
HSL 322.26º 0.99% 0.44% -
HSV(B) 322.26º 1% 0.87% -
XYZ 34.87 17.44 26.34 -
YUV 82.93 160.22 227.2 -
System Red Green Blue C M Y K H S L
Decimal 222 1 140 0 1.00 0.37 0.13 322.26 0.99 0.44
Hex DE 1 8C 0 64 25 D 142 63 2C
Octal 336 1 214 0 144 45 15 502 143 54
Binary 11011110 1 10001100 0 1100100 100101 1101 101000010 1100011 101100

Color Harmonies of #DE018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE018C

Black with #DE018C

Text Example


Text Example

White with #DE018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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