Html Css Color HEX #DB345F Cerise

📋 copy color: '#DB345F'

red 219 ◦ green 52 ◦ blue 95

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

Shades of Cerise #DB345F

Tints of Cerise #DB345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 59.84%
G = 14.21%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB345F (or 0xDB345F) is known color: Cerise. HEX triplet: DB, 34 and 5F. RGB value is (219,52,95). Sum of RGB (Red+Green+Blue) = 219+52+95=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB345F is #24CBA0. Grayscale: #6A6A6A. Windows color (decimal): -2411425 or 6239451. OLE color: 6239451.

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

Color convert

RGB 219 52 95 -
CMYK 0 0.76 0.57 0.14
HSL 344.55º 0.7% 0.53% -
HSV(B) 344.55º 0.76% 0.86% -
XYZ 32.51 18.34 12.65 -
YUV 106.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 219 52 95 0 0.76 0.57 0.14 344.55 0.7 0.53
Hex DB 34 5F 0 4C 39 E 159 46 35
Octal 333 64 137 0 114 71 16 531 106 65
Binary 11011011 110100 1011111 0 1001100 111001 1110 101011001 1000110 110101

Color Harmonies of #DB345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB345F

Black with #DB345F

Text Example


Text Example

White with #DB345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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