Html Css Color HEX #DD595F Mandy

📋 copy color: '#DD595F'

red 221 ◦ green 89 ◦ blue 95

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

Shades of Mandy #DD595F

Tints of Mandy #DD595F

RGB

 RED value IS 221 (86.72% from 255) = 54.57%

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

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

R = 54.57%
G = 21.98%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD595F (or 0xDD595F) is known color: Mandy. HEX triplet: DD, 59 and 5F. RGB value is (221,89,95). Sum of RGB (Red+Green+Blue) = 221+89+95=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD595F is #22A6A0. Grayscale: #818181. Windows color (decimal): -2270881 or 6248925. OLE color: 6248925.

HSL color Cylindrical-coordinate representation of color #DD595F: hue angle of 357.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD595F is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 95 -
CMYK 0 0.60 0.57 0.13
HSL 357.27º 0.66% 0.61% -
HSV(B) 357.27º 0.6% 0.87% -
XYZ 35.46 23.34 13.46 -
YUV 129.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 221 89 95 0 0.60 0.57 0.13 357.27 0.66 0.61
Hex DD 59 5F 0 3C 39 D 165 42 3D
Octal 335 131 137 0 74 71 15 545 102 75
Binary 11011101 1011001 1011111 0 111100 111001 1101 101100101 1000010 111101

Color Harmonies of #DD595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD595F

Black with #DD595F

Text Example


Text Example

White with #DD595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD595F; }

 p { color: rgb(221,89,95); }

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

background-color css

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

 a { background-color: rgb(221,89,95); }

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

border-color css

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

 span { border-color: rgb(221,89,95); }

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