Html Css Color HEX #DE169B Hollywood Cerise

📋 copy color: '#DE169B'

red 222 ◦ green 22 ◦ blue 155

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

Shades of Hollywood Cerise #DE169B

Tints of Hollywood Cerise #DE169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

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

R = 55.64%
G = 5.51%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE169B (or 0xDE169B) is known color: Hollywood Cerise. HEX triplet: DE, 16 and 9B. RGB value is (222,22,155). Sum of RGB (Red+Green+Blue) = 222+22+155=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE169B is #21E964. Grayscale: #606060. Windows color (decimal): -2222437 or 10163934. OLE color: 10163934.

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

Color convert

RGB 222 22 155 -
CMYK 0 0.90 0.30 0.13
HSL 320.1º 0.82% 0.48% -
HSV(B) 320.1º 0.9% 0.87% -
XYZ 36.33 18.47 32.66 -
YUV 96.96 160.76 217.19 -
System Red Green Blue C M Y K H S L
Decimal 222 22 155 0 0.90 0.30 0.13 320.1 0.82 0.48
Hex DE 16 9B 0 5A 1E D 140 52 30
Octal 336 26 233 0 132 36 15 500 122 60
Binary 11011110 10110 10011011 0 1011010 11110 1101 101000000 1010010 110000

Color Harmonies of #DE169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE169B

Black with #DE169B

Text Example


Text Example

White with #DE169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE169B; }

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

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

background-color css

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

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

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

border-color css

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

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

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