Html Css Color HEX #DB5360 Mandy

📋 copy color: '#DB5360'

red 219 ◦ green 83 ◦ blue 96

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

Shades of Mandy #DB5360

Tints of Mandy #DB5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

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

R = 55.03%
G = 20.85%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB5360 (or 0xDB5360) is known color: Mandy. HEX triplet: DB, 53 and 60. RGB value is (219,83,96). Sum of RGB (Red+Green+Blue) = 219+83+96=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5360 is #24AC9F. Grayscale: #7D7D7D. Windows color (decimal): -2403488 or 6312923. OLE color: 6312923.

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

Color convert

RGB 219 83 96 -
CMYK 0 0.62 0.56 0.14
HSL 354.26º 0.65% 0.59% -
HSV(B) 354.26º 0.62% 0.86% -
XYZ 34.42 22.09 13.52 -
YUV 125.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 219 83 96 0 0.62 0.56 0.14 354.26 0.65 0.59
Hex DB 53 60 0 3E 38 E 162 41 3B
Octal 333 123 140 0 76 70 16 542 101 73
Binary 11011011 1010011 1100000 0 111110 111000 1110 101100010 1000001 111011

Color Harmonies of #DB5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5360

Black with #DB5360

Text Example


Text Example

White with #DB5360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5360; }

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

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

background-color css

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

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

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

border-color css

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

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

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