Html Css Color HEX #DB346D Cerise

📋 copy color: '#DB346D'

red 219 ◦ green 52 ◦ blue 109

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

Shades of Cerise #DB346D

Tints of Cerise #DB346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 57.63%
G = 13.68%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB346D (or 0xDB346D) is known color: Cerise. HEX triplet: DB, 34 and 6D. RGB value is (219,52,109). Sum of RGB (Red+Green+Blue) = 219+52+109=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB346D is #24CB92. Grayscale: #6C6C6C. Windows color (decimal): -2411411 or 7156955. OLE color: 7156955.

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

Color convert

RGB 219 52 109 -
CMYK 0 0.76 0.50 0.14
HSL 339.52º 0.7% 0.53% -
HSV(B) 339.52º 0.76% 0.86% -
XYZ 33.2 18.62 16.31 -
YUV 108.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 219 52 109 0 0.76 0.50 0.14 339.52 0.7 0.53
Hex DB 34 6D 0 4C 32 E 154 46 35
Octal 333 64 155 0 114 62 16 524 106 65
Binary 11011011 110100 1101101 0 1001100 110010 1110 101010100 1000110 110101

Color Harmonies of #DB346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB346D

Black with #DB346D

Text Example


Text Example

White with #DB346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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