Html Css Color HEX #DB4056 Cerise

📋 copy color: '#DB4056'

red 219 ◦ green 64 ◦ blue 86

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

Shades of Cerise #DB4056

Tints of Cerise #DB4056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

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

R = 59.35%
G = 17.34%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4056 (or 0xDB4056) is known color: Cerise. HEX triplet: DB, 40 and 56. RGB value is (219,64,86). Sum of RGB (Red+Green+Blue) = 219+64+86=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4056 is #24BFA9. Grayscale: #707070. Windows color (decimal): -2408362 or 5652699. OLE color: 5652699.

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

Color convert

RGB 219 64 86 -
CMYK 0 0.71 0.61 0.14
HSL 351.48º 0.68% 0.55% -
HSV(B) 351.48º 0.71% 0.86% -
XYZ 32.73 19.4 10.82 -
YUV 112.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 219 64 86 0 0.71 0.61 0.14 351.48 0.68 0.55
Hex DB 40 56 0 47 3D E 15F 44 37
Octal 333 100 126 0 107 75 16 537 104 67
Binary 11011011 1000000 1010110 0 1000111 111101 1110 101011111 1000100 110111

Color Harmonies of #DB4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4056

Black with #DB4056

Text Example


Text Example

White with #DB4056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4056; }

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

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

background-color css

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

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

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

border-color css

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

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

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