Html Css Color HEX #DE079B Hollywood Cerise

📋 copy color: '#DE079B'

red 222 ◦ green 7 ◦ blue 155

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

Shades of Hollywood Cerise #DE079B

Tints of Hollywood Cerise #DE079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 57.81%
G = 1.82%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE079B (or 0xDE079B) is known color: Hollywood Cerise. HEX triplet: DE, 07 and 9B. RGB value is (222,7,155). Sum of RGB (Red+Green+Blue) = 222+7+155=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE079B is #21F864. Grayscale: #575757. Windows color (decimal): -2226277 or 10160094. OLE color: 10160094.

HSL color Cylindrical-coordinate representation of color #DE079B: hue angle of 318.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE079B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 7 155 -
CMYK 0 0.97 0.30 0.13
HSL 318.7º 0.94% 0.45% -
HSV(B) 318.7º 0.97% 0.87% -
XYZ 36.12 18.05 32.59 -
YUV 88.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 222 7 155 0 0.97 0.30 0.13 318.7 0.94 0.45
Hex DE 7 9B 0 61 1E D 13F 5E 2D
Octal 336 7 233 0 141 36 15 477 136 55
Binary 11011110 111 10011011 0 1100001 11110 1101 100111111 1011110 101101

Color Harmonies of #DE079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE079B

Black with #DE079B

Text Example


Text Example

White with #DE079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE079B; }

 p { color: rgb(222,7,155); }

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

background-color css

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

 a { background-color: rgb(222,7,155); }

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

border-color css

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

 span { border-color: rgb(222,7,155); }

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