Html Css Color HEX #DD505F Mandy

📋 copy color: '#DD505F'

red 221 ◦ green 80 ◦ blue 95

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

Shades of Mandy #DD505F

Tints of Mandy #DD505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.2%

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

R = 55.81%
G = 20.2%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD505F (or 0xDD505F) is known color: Mandy. HEX triplet: DD, 50 and 5F. RGB value is (221,80,95). Sum of RGB (Red+Green+Blue) = 221+80+95=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD505F is #22AFA0. Grayscale: #7B7B7B. Windows color (decimal): -2273185 or 6246621. OLE color: 6246621.

HSL color Cylindrical-coordinate representation of color #DD505F: hue angle of 353.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD505F is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 95 -
CMYK 0 0.64 0.57 0.13
HSL 353.62º 0.67% 0.59% -
HSV(B) 353.62º 0.64% 0.87% -
XYZ 34.75 21.94 13.23 -
YUV 123.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 221 80 95 0 0.64 0.57 0.13 353.62 0.67 0.59
Hex DD 50 5F 0 40 39 D 162 43 3B
Octal 335 120 137 0 100 71 15 542 103 73
Binary 11011101 1010000 1011111 0 1000000 111001 1101 101100010 1000011 111011

Color Harmonies of #DD505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD505F

Black with #DD505F

Text Example


Text Example

White with #DD505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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