Html Css Color HEX #DE129E Hollywood Cerise

📋 copy color: '#DE129E'

red 222 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #DE129E

Tints of Hollywood Cerise #DE129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 55.78%
G = 4.52%
B = 39.7%

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

#DE129E (or 0xDE129E) is known color: Hollywood Cerise. HEX triplet: DE, 12 and 9E. RGB value is (222,18,158). Sum of RGB (Red+Green+Blue) = 222+18+158=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE129E is #21ED61. Grayscale: #5E5E5E. Windows color (decimal): -2223458 or 10359518. OLE color: 10359518.

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

Color convert

RGB 222 18 158 -
CMYK 0 0.92 0.29 0.13
HSL 318.82º 0.85% 0.47% -
HSV(B) 318.82º 0.92% 0.87% -
XYZ 36.51 18.43 33.98 -
YUV 94.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 222 18 158 0 0.92 0.29 0.13 318.82 0.85 0.47
Hex DE 12 9E 0 5C 1D D 13F 55 2F
Octal 336 22 236 0 134 35 15 477 125 57
Binary 11011110 10010 10011110 0 1011100 11101 1101 100111111 1010101 101111

Color Harmonies of #DE129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE129E

Black with #DE129E

Text Example


Text Example

White with #DE129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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