Html Css Color HEX #DB565F Mandy

📋 copy color: '#DB565F'

red 219 ◦ green 86 ◦ blue 95

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

Shades of Mandy #DB565F

Tints of Mandy #DB565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 54.75%
G = 21.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB565F (or 0xDB565F) is known color: Mandy. HEX triplet: DB, 56 and 5F. RGB value is (219,86,95). Sum of RGB (Red+Green+Blue) = 219+86+95=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB565F is #24A9A0. Grayscale: #7E7E7E. Windows color (decimal): -2402721 or 6248155. OLE color: 6248155.

HSL color Cylindrical-coordinate representation of color #DB565F: hue angle of 355.94º 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 #DB565F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 86 95 -
CMYK 0 0.61 0.57 0.14
HSL 355.94º 0.65% 0.6% -
HSV(B) 355.94º 0.61% 0.86% -
XYZ 34.61 22.54 13.35 -
YUV 126.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 219 86 95 0 0.61 0.57 0.14 355.94 0.65 0.6
Hex DB 56 5F 0 3D 39 E 164 41 3C
Octal 333 126 137 0 75 71 16 544 101 74
Binary 11011011 1010110 1011111 0 111101 111001 1110 101100100 1000001 111100

Color Harmonies of #DB565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB565F

Black with #DB565F

Text Example


Text Example

White with #DB565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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