Html Css Color HEX #DB2261 Cerise

📋 copy color: '#DB2261'

red 219 ◦ green 34 ◦ blue 97

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

Shades of Cerise #DB2261

Tints of Cerise #DB2261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

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

R = 62.57%
G = 9.71%
B = 27.71%

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

#DB2261 (or 0xDB2261) is known color: Cerise. HEX triplet: DB, 22 and 61. RGB value is (219,34,97). Sum of RGB (Red+Green+Blue) = 219+34+97=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2261 is #24DD9E. Grayscale: #606060. Windows color (decimal): -2416031 or 6365915. OLE color: 6365915.

HSL color Cylindrical-coordinate representation of color #DB2261: hue angle of 339.57º degrees, saturation: 0.73, 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 #DB2261 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 97 -
CMYK 0 0.84 0.56 0.14
HSL 339.57º 0.73% 0.5% -
HSV(B) 339.57º 0.84% 0.86% -
XYZ 31.94 17.07 12.92 -
YUV 96.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 219 34 97 0 0.84 0.56 0.14 339.57 0.73 0.5
Hex DB 22 61 0 54 38 E 154 49 32
Octal 333 42 141 0 124 70 16 524 111 62
Binary 11011011 100010 1100001 0 1010100 111000 1110 101010100 1001001 110010

Color Harmonies of #DB2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2261

Black with #DB2261

Text Example


Text Example

White with #DB2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2261; }

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

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

background-color css

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

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

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

border-color css

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

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

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