Html Css Color HEX #DB3261 Cerise

📋 copy color: '#DB3261'

red 219 ◦ green 50 ◦ blue 97

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

Shades of Cerise #DB3261

Tints of Cerise #DB3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

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

R = 59.84%
G = 13.66%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB3261 (or 0xDB3261) is known color: Cerise. HEX triplet: DB, 32 and 61. RGB value is (219,50,97). Sum of RGB (Red+Green+Blue) = 219+50+97=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3261 is #24CD9E. Grayscale: #696969. Windows color (decimal): -2411935 or 6370011. OLE color: 6370011.

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

Color convert

RGB 219 50 97 -
CMYK 0 0.77 0.56 0.14
HSL 343.31º 0.7% 0.53% -
HSV(B) 343.31º 0.77% 0.86% -
XYZ 32.51 18.2 13.11 -
YUV 105.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 219 50 97 0 0.77 0.56 0.14 343.31 0.7 0.53
Hex DB 32 61 0 4D 38 E 157 46 35
Octal 333 62 141 0 115 70 16 527 106 65
Binary 11011011 110010 1100001 0 1001101 111000 1110 101010111 1000110 110101

Color Harmonies of #DB3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3261

Black with #DB3261

Text Example


Text Example

White with #DB3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3261; }

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

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

background-color css

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

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

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

border-color css

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

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

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