Html Css Color HEX #DB2661 Cerise

📋 copy color: '#DB2661'

red 219 ◦ green 38 ◦ blue 97

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

Shades of Cerise #DB2661

Tints of Cerise #DB2661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

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

R = 61.86%
G = 10.73%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB2661 (or 0xDB2661) is known color: Cerise. HEX triplet: DB, 26 and 61. RGB value is (219,38,97). Sum of RGB (Red+Green+Blue) = 219+38+97=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2661 is #24D99E. Grayscale: #626262. Windows color (decimal): -2415007 or 6366939. OLE color: 6366939.

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

Color convert

RGB 219 38 97 -
CMYK 0 0.83 0.56 0.14
HSL 340.44º 0.72% 0.5% -
HSV(B) 340.44º 0.83% 0.86% -
XYZ 32.06 17.31 12.96 -
YUV 98.85 126.97 213.7 -
System Red Green Blue C M Y K H S L
Decimal 219 38 97 0 0.83 0.56 0.14 340.44 0.72 0.5
Hex DB 26 61 0 53 38 E 154 48 32
Octal 333 46 141 0 123 70 16 524 110 62
Binary 11011011 100110 1100001 0 1010011 111000 1110 101010100 1001000 110010

Color Harmonies of #DB2661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2661

Black with #DB2661

Text Example


Text Example

White with #DB2661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2661; }

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

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

background-color css

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

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

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

border-color css

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

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

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