Html Css Color HEX #DE129D Hollywood Cerise

📋 copy color: '#DE129D'

red 222 ◦ green 18 ◦ blue 157

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

Shades of Hollywood Cerise #DE129D

Tints of Hollywood Cerise #DE129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 55.92%
G = 4.53%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE129D (or 0xDE129D) is known color: Hollywood Cerise. HEX triplet: DE, 12 and 9D. RGB value is (222,18,157). Sum of RGB (Red+Green+Blue) = 222+18+157=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE129D is #21ED62. Grayscale: #5E5E5E. Windows color (decimal): -2223459 or 10293982. OLE color: 10293982.

HSL color Cylindrical-coordinate representation of color #DE129D: hue angle of 319.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE129D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 18 157 -
CMYK 0 0.92 0.29 0.13
HSL 319.12º 0.85% 0.47% -
HSV(B) 319.12º 0.92% 0.87% -
XYZ 36.43 18.4 33.53 -
YUV 94.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 222 18 157 0 0.92 0.29 0.13 319.12 0.85 0.47
Hex DE 12 9D 0 5C 1D D 13F 55 2F
Octal 336 22 235 0 134 35 15 477 125 57
Binary 11011110 10010 10011101 0 1011100 11101 1101 100111111 1010101 101111

Color Harmonies of #DE129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE129D

Black with #DE129D

Text Example


Text Example

White with #DE129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE129D; }

 p { color: rgb(222,18,157); }

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

background-color css

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

 a { background-color: rgb(222,18,157); }

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

border-color css

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

 span { border-color: rgb(222,18,157); }

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