Html Css Color HEX #DB3B56 Cerise

📋 copy color: '#DB3B56'

red 219 ◦ green 59 ◦ blue 86

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

Shades of Cerise #DB3B56

Tints of Cerise #DB3B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

 BLUE value IS 86 (33.98% from 255) = 23.63%

R = 60.16%
G = 16.21%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB3B56 (or 0xDB3B56) is known color: Cerise. HEX triplet: DB, 3B and 56. RGB value is (219,59,86). Sum of RGB (Red+Green+Blue) = 219+59+86=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B56 is #24C4A9. Grayscale: #6D6D6D. Windows color (decimal): -2409642 or 5651419. OLE color: 5651419.

HSL color Cylindrical-coordinate representation of color #DB3B56: hue angle of 349.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3B56 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 59 86 -
CMYK 0 0.73 0.61 0.14
HSL 349.88º 0.69% 0.55% -
HSV(B) 349.88º 0.73% 0.86% -
XYZ 32.46 18.86 10.73 -
YUV 109.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 219 59 86 0 0.73 0.61 0.14 349.88 0.69 0.55
Hex DB 3B 56 0 49 3D E 15E 45 37
Octal 333 73 126 0 111 75 16 536 105 67
Binary 11011011 111011 1010110 0 1001001 111101 1110 101011110 1000101 110111

Color Harmonies of #DB3B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B56

Black with #DB3B56

Text Example


Text Example

White with #DB3B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B56; }

 p { color: rgb(219,59,86); }

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

background-color css

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

 a { background-color: rgb(219,59,86); }

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

border-color css

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

 span { border-color: rgb(219,59,86); }

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