Html Css Color HEX #DB347B Deep Cerise

📋 copy color: '#DB347B'

red 219 ◦ green 52 ◦ blue 123

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

Shades of Deep Cerise #DB347B

Tints of Deep Cerise #DB347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 55.58%
G = 13.2%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB347B (or 0xDB347B) is known color: Deep Cerise. HEX triplet: DB, 34 and 7B. RGB value is (219,52,123). Sum of RGB (Red+Green+Blue) = 219+52+123=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB347B is #24CB84. Grayscale: #6D6D6D. Windows color (decimal): -2411397 or 8074459. OLE color: 8074459.

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

Color convert

RGB 219 52 123 -
CMYK 0 0.76 0.44 0.14
HSL 334.49º 0.7% 0.53% -
HSV(B) 334.49º 0.76% 0.86% -
XYZ 34.02 18.95 20.6 -
YUV 110.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 219 52 123 0 0.76 0.44 0.14 334.49 0.7 0.53
Hex DB 34 7B 0 4C 2C E 14E 46 35
Octal 333 64 173 0 114 54 16 516 106 65
Binary 11011011 110100 1111011 0 1001100 101100 1110 101001110 1000110 110101

Color Harmonies of #DB347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB347B

Black with #DB347B

Text Example


Text Example

White with #DB347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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