Html Css Color HEX #DE05A5 Hollywood Cerise

📋 copy color: '#DE05A5'

red 222 ◦ green 5 ◦ blue 165

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

Shades of Hollywood Cerise #DE05A5

Tints of Hollywood Cerise #DE05A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 56.63%
G = 1.28%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE05A5 (or 0xDE05A5) is known color: Hollywood Cerise. HEX triplet: DE, 05 and A5. RGB value is (222,5,165). Sum of RGB (Red+Green+Blue) = 222+5+165=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE05A5 is #21FA5A. Grayscale: #575757. Windows color (decimal): -2226779 or 10814942. OLE color: 10814942.

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

Color convert

RGB 222 5 165 -
CMYK 0 0.98 0.26 0.13
HSL 315.76º 0.96% 0.45% -
HSV(B) 315.76º 0.98% 0.87% -
XYZ 36.97 18.35 37.19 -
YUV 88.12 171.39 223.49 -
System Red Green Blue C M Y K H S L
Decimal 222 5 165 0 0.98 0.26 0.13 315.76 0.96 0.45
Hex DE 5 A5 0 62 1A D 13C 60 2D
Octal 336 5 245 0 142 32 15 474 140 55
Binary 11011110 101 10100101 0 1100010 11010 1101 100111100 1100000 101101

Color Harmonies of #DE05A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE05A5

Black with #DE05A5

Text Example


Text Example

White with #DE05A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE05A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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