Html Css Color HEX #DE07AF Hollywood Cerise

📋 copy color: '#DE07AF'

red 222 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #DE07AF

Tints of Hollywood Cerise #DE07AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 54.95%
G = 1.73%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE07AF (or 0xDE07AF) is known color: Hollywood Cerise. HEX triplet: DE, 07 and AF. RGB value is (222,7,175). Sum of RGB (Red+Green+Blue) = 222+7+175=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE07AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE07AF is #21F850. Grayscale: #595959. Windows color (decimal): -2226257 or 11470814. OLE color: 11470814.

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

Color convert

RGB 222 7 175 -
CMYK 0 0.97 0.21 0.13
HSL 313.12º 0.94% 0.45% -
HSV(B) 313.12º 0.97% 0.87% -
XYZ 37.94 18.78 42.18 -
YUV 90.44 175.73 221.84 -
System Red Green Blue C M Y K H S L
Decimal 222 7 175 0 0.97 0.21 0.13 313.12 0.94 0.45
Hex DE 7 AF 0 61 15 D 139 5E 2D
Octal 336 7 257 0 141 25 15 471 136 55
Binary 11011110 111 10101111 0 1100001 10101 1101 100111001 1011110 101101

Color Harmonies of #DE07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE07AF

Black with #DE07AF

Text Example


Text Example

White with #DE07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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