Html Css Color HEX #DE05AA Hollywood Cerise

📋 copy color: '#DE05AA'

red 222 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #DE05AA

Tints of Hollywood Cerise #DE05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 55.92%
G = 1.26%
B = 42.82%

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

#DE05AA (or 0xDE05AA) is known color: Hollywood Cerise. HEX triplet: DE, 05 and AA. RGB value is (222,5,170). Sum of RGB (Red+Green+Blue) = 222+5+170=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE05AA is #21FA55. Grayscale: #585858. Windows color (decimal): -2226774 or 11142622. OLE color: 11142622.

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

Color convert

RGB 222 5 170 -
CMYK 0 0.98 0.23 0.13
HSL 314.38º 0.96% 0.45% -
HSV(B) 314.38º 0.98% 0.87% -
XYZ 37.43 18.54 39.64 -
YUV 88.69 173.89 223.08 -
System Red Green Blue C M Y K H S L
Decimal 222 5 170 0 0.98 0.23 0.13 314.38 0.96 0.45
Hex DE 5 AA 0 62 17 D 13A 60 2D
Octal 336 5 252 0 142 27 15 472 140 55
Binary 11011110 101 10101010 0 1100010 10111 1101 100111010 1100000 101101

Color Harmonies of #DE05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE05AA

Black with #DE05AA

Text Example


Text Example

White with #DE05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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