Html Css Color HEX #DE15AF Hollywood Cerise

📋 copy color: '#DE15AF'

red 222 ◦ green 21 ◦ blue 175

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

Shades of Hollywood Cerise #DE15AF

Tints of Hollywood Cerise #DE15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 53.11%
G = 5.02%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE15AF (or 0xDE15AF) is known color: Hollywood Cerise. HEX triplet: DE, 15 and AF. RGB value is (222,21,175). Sum of RGB (Red+Green+Blue) = 222+21+175=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE15AF is #21EA50. Grayscale: #626262. Windows color (decimal): -2222673 or 11474398. OLE color: 11474398.

HSL color Cylindrical-coordinate representation of color #DE15AF: hue angle of 314.03º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15AF is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 175 -
CMYK 0 0.91 0.21 0.13
HSL 314.03º 0.83% 0.48% -
HSV(B) 314.03º 0.91% 0.87% -
XYZ 38.13 19.16 42.25 -
YUV 98.66 171.09 215.98 -
System Red Green Blue C M Y K H S L
Decimal 222 21 175 0 0.91 0.21 0.13 314.03 0.83 0.48
Hex DE 15 AF 0 5B 15 D 13A 53 30
Octal 336 25 257 0 133 25 15 472 123 60
Binary 11011110 10101 10101111 0 1011011 10101 1101 100111010 1010011 110000

Color Harmonies of #DE15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE15AF

Black with #DE15AF

Text Example


Text Example

White with #DE15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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