Html Css Color HEX #DB2560 Cerise

📋 copy color: '#DB2560'

red 219 ◦ green 37 ◦ blue 96

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

Shades of Cerise #DB2560

Tints of Cerise #DB2560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 62.22%
G = 10.51%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB2560 (or 0xDB2560) is known color: Cerise. HEX triplet: DB, 25 and 60. RGB value is (219,37,96). Sum of RGB (Red+Green+Blue) = 219+37+96=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2560 is #24DA9F. Grayscale: #626262. Windows color (decimal): -2415264 or 6301147. OLE color: 6301147.

HSL color Cylindrical-coordinate representation of color #DB2560: hue angle of 340.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2560 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 96 -
CMYK 0 0.83 0.56 0.14
HSL 340.55º 0.72% 0.5% -
HSV(B) 340.55º 0.83% 0.86% -
XYZ 31.99 17.23 12.71 -
YUV 98.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 219 37 96 0 0.83 0.56 0.14 340.55 0.72 0.5
Hex DB 25 60 0 53 38 E 155 48 32
Octal 333 45 140 0 123 70 16 525 110 62
Binary 11011011 100101 1100000 0 1010011 111000 1110 101010101 1001000 110010

Color Harmonies of #DB2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2560

Black with #DB2560

Text Example


Text Example

White with #DB2560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2560; }

 p { color: rgb(219,37,96); }

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

background-color css

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

 a { background-color: rgb(219,37,96); }

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

border-color css

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

 span { border-color: rgb(219,37,96); }

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