Html Css Color HEX #DE059D Hollywood Cerise

📋 copy color: '#DE059D'

red 222 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #DE059D

Tints of Hollywood Cerise #DE059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 57.81%
G = 1.3%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE059D (or 0xDE059D) is known color: Hollywood Cerise. HEX triplet: DE, 05 and 9D. RGB value is (222,5,157). Sum of RGB (Red+Green+Blue) = 222+5+157=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE059D is #21FA62. Grayscale: #565656. Windows color (decimal): -2226787 or 10290654. OLE color: 10290654.

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

Color convert

RGB 222 5 157 -
CMYK 0 0.98 0.29 0.13
HSL 317.97º 0.96% 0.45% -
HSV(B) 317.97º 0.98% 0.87% -
XYZ 36.26 18.07 33.48 -
YUV 87.21 167.39 224.14 -
System Red Green Blue C M Y K H S L
Decimal 222 5 157 0 0.98 0.29 0.13 317.97 0.96 0.45
Hex DE 5 9D 0 62 1D D 13E 60 2D
Octal 336 5 235 0 142 35 15 476 140 55
Binary 11011110 101 10011101 0 1100010 11101 1101 100111110 1100000 101101

Color Harmonies of #DE059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE059D

Black with #DE059D

Text Example


Text Example

White with #DE059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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