Html Css Color HEX #DE07A1 Hollywood Cerise

📋 copy color: '#DE07A1'

red 222 ◦ green 7 ◦ blue 161

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

Shades of Hollywood Cerise #DE07A1

Tints of Hollywood Cerise #DE07A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 56.92%
G = 1.79%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE07A1 (or 0xDE07A1) is known color: Hollywood Cerise. HEX triplet: DE, 07 and A1. RGB value is (222,7,161). Sum of RGB (Red+Green+Blue) = 222+7+161=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE07A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE07A1 is #21F85E. Grayscale: #585858. Windows color (decimal): -2226271 or 10553310. OLE color: 10553310.

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

Color convert

RGB 222 7 161 -
CMYK 0 0.97 0.27 0.13
HSL 317.02º 0.94% 0.45% -
HSV(B) 317.02º 0.97% 0.87% -
XYZ 36.63 18.25 35.31 -
YUV 88.84 168.73 222.98 -
System Red Green Blue C M Y K H S L
Decimal 222 7 161 0 0.97 0.27 0.13 317.02 0.94 0.45
Hex DE 7 A1 0 61 1B D 13D 5E 2D
Octal 336 7 241 0 141 33 15 475 136 55
Binary 11011110 111 10100001 0 1100001 11011 1101 100111101 1011110 101101

Color Harmonies of #DE07A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE07A1

Black with #DE07A1

Text Example


Text Example

White with #DE07A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE07A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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