Html Css Color HEX #DB347E Deep Cerise

📋 copy color: '#DB347E'

red 219 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #DB347E

Tints of Deep Cerise #DB347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 55.16%
G = 13.1%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB347E (or 0xDB347E) is known color: Deep Cerise. HEX triplet: DB, 34 and 7E. RGB value is (219,52,126). Sum of RGB (Red+Green+Blue) = 219+52+126=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB347E is #24CB81. Grayscale: #6E6E6E. Windows color (decimal): -2411394 or 8271067. OLE color: 8271067.

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

Color convert

RGB 219 52 126 -
CMYK 0 0.76 0.42 0.14
HSL 333.41º 0.7% 0.53% -
HSV(B) 333.41º 0.76% 0.86% -
XYZ 34.21 19.02 21.61 -
YUV 110.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 219 52 126 0 0.76 0.42 0.14 333.41 0.7 0.53
Hex DB 34 7E 0 4C 2A E 14D 46 35
Octal 333 64 176 0 114 52 16 515 106 65
Binary 11011011 110100 1111110 0 1001100 101010 1110 101001101 1000110 110101

Color Harmonies of #DB347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB347E

Black with #DB347E

Text Example


Text Example

White with #DB347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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