Html Css Color HEX #DE159B Hollywood Cerise

📋 copy color: '#DE159B'

red 222 ◦ green 21 ◦ blue 155

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

Shades of Hollywood Cerise #DE159B

Tints of Hollywood Cerise #DE159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

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

R = 55.78%
G = 5.28%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE159B (or 0xDE159B) is known color: Hollywood Cerise. HEX triplet: DE, 15 and 9B. RGB value is (222,21,155). Sum of RGB (Red+Green+Blue) = 222+21+155=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE159B is #21EA64. Grayscale: #606060. Windows color (decimal): -2222693 or 10163678. OLE color: 10163678.

HSL color Cylindrical-coordinate representation of color #DE159B: hue angle of 320º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE159B is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 155 -
CMYK 0 0.91 0.30 0.13
HSL 320º 0.83% 0.48% -
HSV(B) 320º 0.91% 0.87% -
XYZ 36.31 18.43 32.65 -
YUV 96.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 222 21 155 0 0.91 0.30 0.13 320 0.83 0.48
Hex DE 15 9B 0 5B 1E D 140 53 30
Octal 336 25 233 0 133 36 15 500 123 60
Binary 11011110 10101 10011011 0 1011011 11110 1101 101000000 1010011 110000

Color Harmonies of #DE159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE159B

Black with #DE159B

Text Example


Text Example

White with #DE159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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