Html Css Color HEX #DE018F Hollywood Cerise

📋 copy color: '#DE018F'

red 222 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #DE018F

Tints of Hollywood Cerise #DE018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 60.66%
G = 0.27%
B = 39.07%

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

#DE018F (or 0xDE018F) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 8F. RGB value is (222,1,143). Sum of RGB (Red+Green+Blue) = 222+1+143=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE018F is #21FE70. Grayscale: #525252. Windows color (decimal): -2227825 or 9372126. OLE color: 9372126.

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

Color convert

RGB 222 1 143 -
CMYK 0 1.00 0.36 0.13
HSL 321.45º 0.99% 0.44% -
HSV(B) 321.45º 1% 0.87% -
XYZ 35.09 17.53 27.52 -
YUV 83.27 161.72 226.95 -
System Red Green Blue C M Y K H S L
Decimal 222 1 143 0 1.00 0.36 0.13 321.45 0.99 0.44
Hex DE 1 8F 0 64 24 D 141 63 2C
Octal 336 1 217 0 144 44 15 501 143 54
Binary 11011110 1 10001111 0 1100100 100100 1101 101000001 1100011 101100

Color Harmonies of #DE018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE018F

Black with #DE018F

Text Example


Text Example

White with #DE018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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