Html Css Color HEX #DE15AD Hollywood Cerise

📋 copy color: '#DE15AD'

red 222 ◦ green 21 ◦ blue 173

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

Shades of Hollywood Cerise #DE15AD

Tints of Hollywood Cerise #DE15AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 53.37%
G = 5.05%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE15AD (or 0xDE15AD) is known color: Hollywood Cerise. HEX triplet: DE, 15 and AD. RGB value is (222,21,173). Sum of RGB (Red+Green+Blue) = 222+21+173=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE15AD is #21EA52. Grayscale: #626262. Windows color (decimal): -2222675 or 11343326. OLE color: 11343326.

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

Color convert

RGB 222 21 173 -
CMYK 0 0.91 0.22 0.13
HSL 314.63º 0.83% 0.48% -
HSV(B) 314.63º 0.91% 0.87% -
XYZ 37.94 19.08 41.22 -
YUV 98.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 222 21 173 0 0.91 0.22 0.13 314.63 0.83 0.48
Hex DE 15 AD 0 5B 16 D 13B 53 30
Octal 336 25 255 0 133 26 15 473 123 60
Binary 11011110 10101 10101101 0 1011011 10110 1101 100111011 1010011 110000

Color Harmonies of #DE15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE15AD

Black with #DE15AD

Text Example


Text Example

White with #DE15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE15AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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