Html Css Color HEX #DB3C9E Deep Cerise

📋 copy color: '#DB3C9E'

red 219 ◦ green 60 ◦ blue 158

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

Shades of Deep Cerise #DB3C9E

Tints of Deep Cerise #DB3C9E

RGB

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

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

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

R = 50.11%
G = 13.73%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB3C9E (or 0xDB3C9E) is known color: Deep Cerise. HEX triplet: DB, 3C and 9E. RGB value is (219,60,158). Sum of RGB (Red+Green+Blue) = 219+60+158=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3C9E is #24C361. Grayscale: #767676. Windows color (decimal): -2409314 or 10370267. OLE color: 10370267.

HSL color Cylindrical-coordinate representation of color #DB3C9E: hue angle of 323.02º 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 #DB3C9E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 60 158 -
CMYK 0 0.73 0.28 0.14
HSL 323.02º 0.69% 0.55% -
HSV(B) 323.02º 0.73% 0.86% -
XYZ 37 20.76 34.4 -
YUV 118.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 219 60 158 0 0.73 0.28 0.14 323.02 0.69 0.55
Hex DB 3C 9E 0 49 1C E 143 45 37
Octal 333 74 236 0 111 34 16 503 105 67
Binary 11011011 111100 10011110 0 1001001 11100 1110 101000011 1000101 110111

Color Harmonies of #DB3C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C9E

Black with #DB3C9E

Text Example


Text Example

White with #DB3C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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