Html Css Color HEX #DE05AB Hollywood Cerise

📋 copy color: '#DE05AB'

red 222 ◦ green 5 ◦ blue 171

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

Shades of Hollywood Cerise #DE05AB

Tints of Hollywood Cerise #DE05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 55.78%
G = 1.26%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE05AB (or 0xDE05AB) is known color: Hollywood Cerise. HEX triplet: DE, 05 and AB. RGB value is (222,5,171). Sum of RGB (Red+Green+Blue) = 222+5+171=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE05AB is #21FA54. Grayscale: #585858. Windows color (decimal): -2226773 or 11208158. OLE color: 11208158.

HSL color Cylindrical-coordinate representation of color #DE05AB: hue angle of 314.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE05AB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 5 171 -
CMYK 0 0.98 0.23 0.13
HSL 314.1º 0.96% 0.45% -
HSV(B) 314.1º 0.98% 0.87% -
XYZ 37.53 18.58 40.14 -
YUV 88.81 174.39 223 -
System Red Green Blue C M Y K H S L
Decimal 222 5 171 0 0.98 0.23 0.13 314.1 0.96 0.45
Hex DE 5 AB 0 62 17 D 13A 60 2D
Octal 336 5 253 0 142 27 15 472 140 55
Binary 11011110 101 10101011 0 1100010 10111 1101 100111010 1100000 101101

Color Harmonies of #DE05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE05AB

Black with #DE05AB

Text Example


Text Example

White with #DE05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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