Html Css Color HEX #DB347A Deep Cerise

📋 copy color: '#DB347A'

red 219 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #DB347A

Tints of Deep Cerise #DB347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 55.73%
G = 13.23%
B = 31.04%

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

#DB347A (or 0xDB347A) is known color: Deep Cerise. HEX triplet: DB, 34 and 7A. RGB value is (219,52,122). Sum of RGB (Red+Green+Blue) = 219+52+122=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB347A is #24CB85. Grayscale: #6D6D6D. Windows color (decimal): -2411398 or 8008923. OLE color: 8008923.

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

Color convert

RGB 219 52 122 -
CMYK 0 0.76 0.44 0.14
HSL 334.85º 0.7% 0.53% -
HSV(B) 334.85º 0.76% 0.86% -
XYZ 33.95 18.92 20.27 -
YUV 109.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 219 52 122 0 0.76 0.44 0.14 334.85 0.7 0.53
Hex DB 34 7A 0 4C 2C E 14F 46 35
Octal 333 64 172 0 114 54 16 517 106 65
Binary 11011011 110100 1111010 0 1001100 101100 1110 101001111 1000110 110101

Color Harmonies of #DB347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB347A

Black with #DB347A

Text Example


Text Example

White with #DB347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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