Html Css Color HEX #DB129E Hollywood Cerise

📋 copy color: '#DB129E'

red 219 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #DB129E

Tints of Hollywood Cerise #DB129E

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

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

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

R = 55.44%
G = 4.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB129E (or 0xDB129E) is known color: Hollywood Cerise. HEX triplet: DB, 12 and 9E. RGB value is (219,18,158). Sum of RGB (Red+Green+Blue) = 219+18+158=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB129E is #24ED61. Grayscale: #5D5D5D. Windows color (decimal): -2420066 or 10359515. OLE color: 10359515.

HSL color Cylindrical-coordinate representation of color #DB129E: hue angle of 318.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB129E is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 158 -
CMYK 0 0.92 0.28 0.14
HSL 318.21º 0.85% 0.46% -
HSV(B) 318.21º 0.92% 0.86% -
XYZ 35.6 17.96 33.94 -
YUV 94.06 164.09 217.12 -
System Red Green Blue C M Y K H S L
Decimal 219 18 158 0 0.92 0.28 0.14 318.21 0.85 0.46
Hex DB 12 9E 0 5C 1C E 13E 55 2E
Octal 333 22 236 0 134 34 16 476 125 56
Binary 11011011 10010 10011110 0 1011100 11100 1110 100111110 1010101 101110

Color Harmonies of #DB129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB129E

Black with #DB129E

Text Example


Text Example

White with #DB129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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