Html Css Color HEX #DB2461 Cerise

📋 copy color: '#DB2461'

red 219 ◦ green 36 ◦ blue 97

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

Shades of Cerise #DB2461

Tints of Cerise #DB2461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 62.22%
G = 10.23%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB2461 (or 0xDB2461) is known color: Cerise. HEX triplet: DB, 24 and 61. RGB value is (219,36,97). Sum of RGB (Red+Green+Blue) = 219+36+97=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2461 is #24DB9E. Grayscale: #616161. Windows color (decimal): -2415519 or 6366427. OLE color: 6366427.

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

Color convert

RGB 219 36 97 -
CMYK 0 0.84 0.56 0.14
HSL 340º 0.72% 0.5% -
HSV(B) 340º 0.84% 0.86% -
XYZ 32 17.18 12.94 -
YUV 97.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 219 36 97 0 0.84 0.56 0.14 340 0.72 0.5
Hex DB 24 61 0 54 38 E 154 48 32
Octal 333 44 141 0 124 70 16 524 110 62
Binary 11011011 100100 1100001 0 1010100 111000 1110 101010100 1001000 110010

Color Harmonies of #DB2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2461

Black with #DB2461

Text Example


Text Example

White with #DB2461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2461; }

 p { color: rgb(219,36,97); }

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

background-color css

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

 a { background-color: rgb(219,36,97); }

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

border-color css

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

 span { border-color: rgb(219,36,97); }

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