Html Css Color HEX #DE019D Hollywood Cerise

📋 copy color: '#DE019D'

red 222 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #DE019D

Tints of Hollywood Cerise #DE019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 58.42%
G = 0.26%
B = 41.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE019D (or 0xDE019D) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 9D. RGB value is (222,1,157). Sum of RGB (Red+Green+Blue) = 222+1+157=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE019D is #21FE62. Grayscale: #545454. Windows color (decimal): -2227811 or 10289630. OLE color: 10289630.

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

Color convert

RGB 222 1 157 -
CMYK 0 1.00 0.29 0.13
HSL 317.65º 0.99% 0.44% -
HSV(B) 317.65º 1% 0.87% -
XYZ 36.22 17.99 33.46 -
YUV 84.86 168.72 225.82 -
System Red Green Blue C M Y K H S L
Decimal 222 1 157 0 1.00 0.29 0.13 317.65 0.99 0.44
Hex DE 1 9D 0 64 1D D 13E 63 2C
Octal 336 1 235 0 144 35 15 476 143 54
Binary 11011110 1 10011101 0 1100100 11101 1101 100111110 1100011 101100

Color Harmonies of #DE019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE019D

Black with #DE019D

Text Example


Text Example

White with #DE019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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