Html Css Color HEX #DB3C9F Deep Cerise

📋 copy color: '#DB3C9F'

red 219 ◦ green 60 ◦ blue 159

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

Shades of Deep Cerise #DB3C9F

Tints of Deep Cerise #DB3C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.7%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 50%
G = 13.7%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB3C9F (or 0xDB3C9F) is known color: Deep Cerise. HEX triplet: DB, 3C and 9F. RGB value is (219,60,159). Sum of RGB (Red+Green+Blue) = 219+60+159=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3C9F is #24C360. Grayscale: #767676. Windows color (decimal): -2409313 or 10435803. OLE color: 10435803.

HSL color Cylindrical-coordinate representation of color #DB3C9F: hue angle of 322.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C9F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 60 159 -
CMYK 0 0.73 0.27 0.14
HSL 322.64º 0.69% 0.55% -
HSV(B) 322.64º 0.73% 0.86% -
XYZ 37.09 20.79 34.86 -
YUV 118.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 219 60 159 0 0.73 0.27 0.14 322.64 0.69 0.55
Hex DB 3C 9F 0 49 1B E 143 45 37
Octal 333 74 237 0 111 33 16 503 105 67
Binary 11011011 111100 10011111 0 1001001 11011 1110 101000011 1000101 110111

Color Harmonies of #DB3C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C9F

Black with #DB3C9F

Text Example


Text Example

White with #DB3C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C9F; }

 p { color: rgb(219,60,159); }

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

background-color css

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

 a { background-color: rgb(219,60,159); }

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

border-color css

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

 span { border-color: rgb(219,60,159); }

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