Html Css Color HEX #DB0D9C Hollywood Cerise

📋 copy color: '#DB0D9C'

red 219 ◦ green 13 ◦ blue 156

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

Shades of Hollywood Cerise #DB0D9C

Tints of Hollywood Cerise #DB0D9C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 56.44%
G = 3.35%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB0D9C (or 0xDB0D9C) is known color: Hollywood Cerise. HEX triplet: DB, 0D and 9C. RGB value is (219,13,156). Sum of RGB (Red+Green+Blue) = 219+13+156=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0D9C is #24F263. Grayscale: #5A5A5A. Windows color (decimal): -2421348 or 10227163. OLE color: 10227163.

HSL color Cylindrical-coordinate representation of color #DB0D9C: hue angle of 318.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D9C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 13 156 -
CMYK 0 0.94 0.29 0.14
HSL 318.35º 0.89% 0.45% -
HSV(B) 318.35º 0.94% 0.86% -
XYZ 35.36 17.75 33.01 -
YUV 90.9 164.75 219.37 -
System Red Green Blue C M Y K H S L
Decimal 219 13 156 0 0.94 0.29 0.14 318.35 0.89 0.45
Hex DB D 9C 0 5E 1D E 13E 59 2D
Octal 333 15 234 0 136 35 16 476 131 55
Binary 11011011 1101 10011100 0 1011110 11101 1110 100111110 1011001 101101

Color Harmonies of #DB0D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0D9C

Black with #DB0D9C

Text Example


Text Example

White with #DB0D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0D9C; }

 p { color: rgb(219,13,156); }

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

background-color css

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

 a { background-color: rgb(219,13,156); }

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

border-color css

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

 span { border-color: rgb(219,13,156); }

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