Html Css Color HEX #DB4261 Cerise

📋 copy color: '#DB4261'

red 219 ◦ green 66 ◦ blue 97

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

Shades of Cerise #DB4261

Tints of Cerise #DB4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 57.33%
G = 17.28%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB4261 (or 0xDB4261) is known color: Cerise. HEX triplet: DB, 42 and 61. RGB value is (219,66,97). Sum of RGB (Red+Green+Blue) = 219+66+97=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4261 is #24BD9E. Grayscale: #737373. Windows color (decimal): -2407839 or 6374107. OLE color: 6374107.

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

Color convert

RGB 219 66 97 -
CMYK 0 0.70 0.56 0.14
HSL 347.84º 0.68% 0.56% -
HSV(B) 347.84º 0.7% 0.86% -
XYZ 33.32 19.82 13.38 -
YUV 115.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 219 66 97 0 0.70 0.56 0.14 347.84 0.68 0.56
Hex DB 42 61 0 46 38 E 15C 44 38
Octal 333 102 141 0 106 70 16 534 104 70
Binary 11011011 1000010 1100001 0 1000110 111000 1110 101011100 1000100 111000

Color Harmonies of #DB4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4261

Black with #DB4261

Text Example


Text Example

White with #DB4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4261; }

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

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

background-color css

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

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

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

border-color css

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

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

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