Html Css Color HEX #DE149B Hollywood Cerise

📋 copy color: '#DE149B'

red 222 ◦ green 20 ◦ blue 155

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

Shades of Hollywood Cerise #DE149B

Tints of Hollywood Cerise #DE149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.04%

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

R = 55.92%
G = 5.04%
B = 39.04%

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

#DE149B (or 0xDE149B) is known color: Hollywood Cerise. HEX triplet: DE, 14 and 9B. RGB value is (222,20,155). Sum of RGB (Red+Green+Blue) = 222+20+155=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE149B is #21EB64. Grayscale: #5F5F5F. Windows color (decimal): -2222949 or 10163422. OLE color: 10163422.

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

Color convert

RGB 222 20 155 -
CMYK 0 0.91 0.30 0.13
HSL 319.9º 0.83% 0.47% -
HSV(B) 319.9º 0.91% 0.87% -
XYZ 36.29 18.4 32.65 -
YUV 95.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 222 20 155 0 0.91 0.30 0.13 319.9 0.83 0.47
Hex DE 14 9B 0 5B 1E D 140 53 2F
Octal 336 24 233 0 133 36 15 500 123 57
Binary 11011110 10100 10011011 0 1011011 11110 1101 101000000 1010011 101111

Color Harmonies of #DE149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE149B

Black with #DE149B

Text Example


Text Example

White with #DE149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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