Html Css Color HEX #DE07AA Hollywood Cerise

📋 copy color: '#DE07AA'

red 222 ◦ green 7 ◦ blue 170

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

Shades of Hollywood Cerise #DE07AA

Tints of Hollywood Cerise #DE07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 55.64%
G = 1.75%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE07AA (or 0xDE07AA) is known color: Hollywood Cerise. HEX triplet: DE, 07 and AA. RGB value is (222,7,170). Sum of RGB (Red+Green+Blue) = 222+7+170=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE07AA is #21F855. Grayscale: #595959. Windows color (decimal): -2226262 or 11143134. OLE color: 11143134.

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

Color convert

RGB 222 7 170 -
CMYK 0 0.97 0.23 0.13
HSL 314.51º 0.94% 0.45% -
HSV(B) 314.51º 0.97% 0.87% -
XYZ 37.46 18.58 39.64 -
YUV 89.87 173.23 222.25 -
System Red Green Blue C M Y K H S L
Decimal 222 7 170 0 0.97 0.23 0.13 314.51 0.94 0.45
Hex DE 7 AA 0 61 17 D 13B 5E 2D
Octal 336 7 252 0 141 27 15 473 136 55
Binary 11011110 111 10101010 0 1100001 10111 1101 100111011 1011110 101101

Color Harmonies of #DE07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE07AA

Black with #DE07AA

Text Example


Text Example

White with #DE07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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