Html Css Color HEX #DB347C Deep Cerise

📋 copy color: '#DB347C'

red 219 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #DB347C

Tints of Deep Cerise #DB347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 55.44%
G = 13.16%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB347C (or 0xDB347C) is known color: Deep Cerise. HEX triplet: DB, 34 and 7C. RGB value is (219,52,124). Sum of RGB (Red+Green+Blue) = 219+52+124=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB347C is #24CB83. Grayscale: #6E6E6E. Windows color (decimal): -2411396 or 8139995. OLE color: 8139995.

HSL color Cylindrical-coordinate representation of color #DB347C: hue angle of 334.13º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB347C is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 124 -
CMYK 0 0.76 0.43 0.14
HSL 334.13º 0.7% 0.53% -
HSV(B) 334.13º 0.76% 0.86% -
XYZ 34.08 18.97 20.93 -
YUV 110.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 219 52 124 0 0.76 0.43 0.14 334.13 0.7 0.53
Hex DB 34 7C 0 4C 2B E 14E 46 35
Octal 333 64 174 0 114 53 16 516 106 65
Binary 11011011 110100 1111100 0 1001100 101011 1110 101001110 1000110 110101

Color Harmonies of #DB347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB347C

Black with #DB347C

Text Example


Text Example

White with #DB347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB347C; }

 p { color: rgb(219,52,124); }

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

background-color css

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

 a { background-color: rgb(219,52,124); }

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

border-color css

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

 span { border-color: rgb(219,52,124); }

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