Html Css Color HEX #DB2760 Cerise

📋 copy color: '#DB2760'

red 219 ◦ green 39 ◦ blue 96

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

Shades of Cerise #DB2760

Tints of Cerise #DB2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

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

R = 61.86%
G = 11.02%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB2760 (or 0xDB2760) is known color: Cerise. HEX triplet: DB, 27 and 60. RGB value is (219,39,96). Sum of RGB (Red+Green+Blue) = 219+39+96=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2760 is #24D89F. Grayscale: #636363. Windows color (decimal): -2414752 or 6301659. OLE color: 6301659.

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

Color convert

RGB 219 39 96 -
CMYK 0 0.82 0.56 0.14
HSL 341º 0.71% 0.51% -
HSV(B) 341º 0.82% 0.86% -
XYZ 32.05 17.36 12.73 -
YUV 99.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 219 39 96 0 0.82 0.56 0.14 341 0.71 0.51
Hex DB 27 60 0 52 38 E 155 47 33
Octal 333 47 140 0 122 70 16 525 107 63
Binary 11011011 100111 1100000 0 1010010 111000 1110 101010101 1000111 110011

Color Harmonies of #DB2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2760

Black with #DB2760

Text Example


Text Example

White with #DB2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2760; }

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

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

background-color css

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

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

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

border-color css

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

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

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