Html Css Color HEX #DE059C Hollywood Cerise

📋 copy color: '#DE059C'

red 222 ◦ green 5 ◦ blue 156

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

Shades of Hollywood Cerise #DE059C

Tints of Hollywood Cerise #DE059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 57.96%
G = 1.31%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE059C (or 0xDE059C) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 9C. RGB value is (222,5,156). Sum of RGB (Red+Green+Blue) = 222+5+156=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE059C is #21FA63. Grayscale: #565656. Windows color (decimal): -2226788 or 10225118. OLE color: 10225118.

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

Color convert

RGB 222 5 156 -
CMYK 0 0.98 0.30 0.13
HSL 318.25º 0.96% 0.45% -
HSV(B) 318.25º 0.98% 0.87% -
XYZ 36.18 18.04 33.03 -
YUV 87.1 166.89 224.22 -
System Red Green Blue C M Y K H S L
Decimal 222 5 156 0 0.98 0.30 0.13 318.25 0.96 0.45
Hex DE 5 9C 0 62 1E D 13E 60 2D
Octal 336 5 234 0 142 36 15 476 140 55
Binary 11011110 101 10011100 0 1100010 11110 1101 100111110 1100000 101101

Color Harmonies of #DE059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE059C

Black with #DE059C

Text Example


Text Example

White with #DE059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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