Html Css Color HEX #DE059F Hollywood Cerise

📋 copy color: '#DE059F'

red 222 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #DE059F

Tints of Hollywood Cerise #DE059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 57.51%
G = 1.3%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE059F (or 0xDE059F) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 9F. RGB value is (222,5,159). Sum of RGB (Red+Green+Blue) = 222+5+159=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE059F is #21FA60. Grayscale: #575757. Windows color (decimal): -2226785 or 10421726. OLE color: 10421726.

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

Color convert

RGB 222 5 159 -
CMYK 0 0.98 0.28 0.13
HSL 317.42º 0.96% 0.45% -
HSV(B) 317.42º 0.98% 0.87% -
XYZ 36.44 18.14 34.38 -
YUV 87.44 168.39 223.98 -
System Red Green Blue C M Y K H S L
Decimal 222 5 159 0 0.98 0.28 0.13 317.42 0.96 0.45
Hex DE 5 9F 0 62 1C D 13D 60 2D
Octal 336 5 237 0 142 34 15 475 140 55
Binary 11011110 101 10011111 0 1100010 11100 1101 100111101 1100000 101101

Color Harmonies of #DE059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE059F

Black with #DE059F

Text Example


Text Example

White with #DE059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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