Html Css Color HEX #DB2B61 Cerise

📋 copy color: '#DB2B61'

red 219 ◦ green 43 ◦ blue 97

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

Shades of Cerise #DB2B61

Tints of Cerise #DB2B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.98%

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

R = 61%
G = 11.98%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB2B61 (or 0xDB2B61) is known color: Cerise. HEX triplet: DB, 2B and 61. RGB value is (219,43,97). Sum of RGB (Red+Green+Blue) = 219+43+97=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B61 is #24D49E. Grayscale: #656565. Windows color (decimal): -2413727 or 6368219. OLE color: 6368219.

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

Color convert

RGB 219 43 97 -
CMYK 0 0.80 0.56 0.14
HSL 341.59º 0.71% 0.51% -
HSV(B) 341.59º 0.8% 0.86% -
XYZ 32.23 17.65 13.02 -
YUV 101.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 219 43 97 0 0.80 0.56 0.14 341.59 0.71 0.51
Hex DB 2B 61 0 50 38 E 156 47 33
Octal 333 53 141 0 120 70 16 526 107 63
Binary 11011011 101011 1100001 0 1010000 111000 1110 101010110 1000111 110011

Color Harmonies of #DB2B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B61

Black with #DB2B61

Text Example


Text Example

White with #DB2B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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