Html Css Color HEX #DB3A60 Cerise

📋 copy color: '#DB3A60'

red 219 ◦ green 58 ◦ blue 96

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

Shades of Cerise #DB3A60

Tints of Cerise #DB3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

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

R = 58.71%
G = 15.55%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB3A60 (or 0xDB3A60) is known color: Cerise. HEX triplet: DB, 3A and 60. RGB value is (219,58,96). Sum of RGB (Red+Green+Blue) = 219+58+96=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A60 is #24C59F. Grayscale: #6E6E6E. Windows color (decimal): -2409888 or 6306523. OLE color: 6306523.

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

Color convert

RGB 219 58 96 -
CMYK 0 0.74 0.56 0.14
HSL 345.84º 0.69% 0.54% -
HSV(B) 345.84º 0.74% 0.86% -
XYZ 32.84 18.93 12.99 -
YUV 110.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 219 58 96 0 0.74 0.56 0.14 345.84 0.69 0.54
Hex DB 3A 60 0 4A 38 E 15A 45 36
Octal 333 72 140 0 112 70 16 532 105 66
Binary 11011011 111010 1100000 0 1001010 111000 1110 101011010 1000101 110110

Color Harmonies of #DB3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A60

Black with #DB3A60

Text Example


Text Example

White with #DB3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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