Html Css Color HEX #DB595C Mandy

📋 copy color: '#DB595C'

red 219 ◦ green 89 ◦ blue 92

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

Shades of Mandy #DB595C

Tints of Mandy #DB595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 92 (36.33% from 255) = 23%

R = 54.75%
G = 22.25%
B = 23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB595C (or 0xDB595C) is known color: Mandy. HEX triplet: DB, 59 and 5C. RGB value is (219,89,92). Sum of RGB (Red+Green+Blue) = 219+89+92=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB595C is #24A6A3. Grayscale: #808080. Windows color (decimal): -2401956 or 6052315. OLE color: 6052315.

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

Color convert

RGB 219 89 92 -
CMYK 0 0.59 0.58 0.14
HSL 358.62º 0.64% 0.6% -
HSV(B) 358.62º 0.59% 0.86% -
XYZ 34.72 22.98 12.73 -
YUV 128.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 219 89 92 0 0.59 0.58 0.14 358.62 0.64 0.6
Hex DB 59 5C 0 3B 3A E 167 40 3C
Octal 333 131 134 0 73 72 16 547 100 74
Binary 11011011 1011001 1011100 0 111011 111010 1110 101100111 1000000 111100

Color Harmonies of #DB595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB595C

Black with #DB595C

Text Example


Text Example

White with #DB595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB595C; }

 p { color: rgb(219,89,92); }

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

background-color css

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

 a { background-color: rgb(219,89,92); }

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

border-color css

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

 span { border-color: rgb(219,89,92); }

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