Html Css Color HEX #DB565B Mandy

📋 copy color: '#DB565B'

red 219 ◦ green 86 ◦ blue 91

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

Shades of Mandy #DB565B

Tints of Mandy #DB565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.72%

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 55.3%
G = 21.72%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB565B (or 0xDB565B) is known color: Mandy. HEX triplet: DB, 56 and 5B. RGB value is (219,86,91). Sum of RGB (Red+Green+Blue) = 219+86+91=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB565B is #24A9A4. Grayscale: #7E7E7E. Windows color (decimal): -2402725 or 5986011. OLE color: 5986011.

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

Color convert

RGB 219 86 91 -
CMYK 0 0.61 0.58 0.14
HSL 357.74º 0.65% 0.6% -
HSV(B) 357.74º 0.61% 0.86% -
XYZ 34.43 22.47 12.42 -
YUV 126.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 219 86 91 0 0.61 0.58 0.14 357.74 0.65 0.6
Hex DB 56 5B 0 3D 3A E 166 41 3C
Octal 333 126 133 0 75 72 16 546 101 74
Binary 11011011 1010110 1011011 0 111101 111010 1110 101100110 1000001 111100

Color Harmonies of #DB565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB565B

Black with #DB565B

Text Example


Text Example

White with #DB565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB565B; }

 p { color: rgb(219,86,91); }

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

background-color css

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

 a { background-color: rgb(219,86,91); }

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

border-color css

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

 span { border-color: rgb(219,86,91); }

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