Html Css Color HEX #DB345B Cerise

📋 copy color: '#DB345B'

red 219 ◦ green 52 ◦ blue 91

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

Shades of Cerise #DB345B

Tints of Cerise #DB345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 60.5%
G = 14.36%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB345B (or 0xDB345B) is known color: Cerise. HEX triplet: DB, 34 and 5B. RGB value is (219,52,91). Sum of RGB (Red+Green+Blue) = 219+52+91=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB345B is #24CBA4. Grayscale: #6A6A6A. Windows color (decimal): -2411429 or 5977307. OLE color: 5977307.

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

Color convert

RGB 219 52 91 -
CMYK 0 0.76 0.58 0.14
HSL 345.99º 0.7% 0.53% -
HSV(B) 345.99º 0.76% 0.86% -
XYZ 32.33 18.27 11.72 -
YUV 106.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 219 52 91 0 0.76 0.58 0.14 345.99 0.7 0.53
Hex DB 34 5B 0 4C 3A E 15A 46 35
Octal 333 64 133 0 114 72 16 532 106 65
Binary 11011011 110100 1011011 0 1001100 111010 1110 101011010 1000110 110101

Color Harmonies of #DB345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB345B

Black with #DB345B

Text Example


Text Example

White with #DB345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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