Html Css Color HEX #DE019B Hollywood Cerise

📋 copy color: '#DE019B'

red 222 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #DE019B

Tints of Hollywood Cerise #DE019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 58.73%
G = 0.26%
B = 41.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE019B (or 0xDE019B) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 9B. RGB value is (222,1,155). Sum of RGB (Red+Green+Blue) = 222+1+155=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE019B is #21FE64. Grayscale: #545454. Windows color (decimal): -2227813 or 10158558. OLE color: 10158558.

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

Color convert

RGB 222 1 155 -
CMYK 0 1.00 0.30 0.13
HSL 318.19º 0.99% 0.44% -
HSV(B) 318.19º 1% 0.87% -
XYZ 36.05 17.92 32.57 -
YUV 84.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 222 1 155 0 1.00 0.30 0.13 318.19 0.99 0.44
Hex DE 1 9B 0 64 1E D 13E 63 2C
Octal 336 1 233 0 144 36 15 476 143 54
Binary 11011110 1 10011011 0 1100100 11110 1101 100111110 1100011 101100

Color Harmonies of #DE019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE019B

Black with #DE019B

Text Example


Text Example

White with #DE019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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