Html Css Color HEX #DB3660 Cerise

📋 copy color: '#DB3660'

red 219 ◦ green 54 ◦ blue 96

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

Shades of Cerise #DB3660

Tints of Cerise #DB3660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 59.35%
G = 14.63%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB3660 (or 0xDB3660) is known color: Cerise. HEX triplet: DB, 36 and 60. RGB value is (219,54,96). Sum of RGB (Red+Green+Blue) = 219+54+96=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3660 is #24C99F. Grayscale: #6C6C6C. Windows color (decimal): -2410912 or 6305499. OLE color: 6305499.

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

Color convert

RGB 219 54 96 -
CMYK 0 0.75 0.56 0.14
HSL 344.73º 0.7% 0.54% -
HSV(B) 344.73º 0.75% 0.86% -
XYZ 32.64 18.54 12.92 -
YUV 108.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 219 54 96 0 0.75 0.56 0.14 344.73 0.7 0.54
Hex DB 36 60 0 4B 38 E 159 46 36
Octal 333 66 140 0 113 70 16 531 106 66
Binary 11011011 110110 1100000 0 1001011 111000 1110 101011001 1000110 110110

Color Harmonies of #DB3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3660

Black with #DB3660

Text Example


Text Example

White with #DB3660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3660; }

 p { color: rgb(219,54,96); }

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

background-color css

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

 a { background-color: rgb(219,54,96); }

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

border-color css

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

 span { border-color: rgb(219,54,96); }

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