Html Css Color HEX #DE15AB Hollywood Cerise

📋 copy color: '#DE15AB'

red 222 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #DE15AB

Tints of Hollywood Cerise #DE15AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 53.62%
G = 5.07%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE15AB (or 0xDE15AB) is known color: Hollywood Cerise. HEX triplet: DE, 15 and AB. RGB value is (222,21,171). Sum of RGB (Red+Green+Blue) = 222+21+171=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE15AB is #21EA54. Grayscale: #616161. Windows color (decimal): -2222677 or 11212254. OLE color: 11212254.

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

Color convert

RGB 222 21 171 -
CMYK 0 0.91 0.23 0.13
HSL 315.22º 0.83% 0.48% -
HSV(B) 315.22º 0.91% 0.87% -
XYZ 37.74 19.01 40.21 -
YUV 98.2 169.09 216.3 -
System Red Green Blue C M Y K H S L
Decimal 222 21 171 0 0.91 0.23 0.13 315.22 0.83 0.48
Hex DE 15 AB 0 5B 17 D 13B 53 30
Octal 336 25 253 0 133 27 15 473 123 60
Binary 11011110 10101 10101011 0 1011011 10111 1101 100111011 1010011 110000

Color Harmonies of #DE15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE15AB

Black with #DE15AB

Text Example


Text Example

White with #DE15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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