Html Css Color HEX #DD515C Mandy

📋 copy color: '#DD515C'

red 221 ◦ green 81 ◦ blue 92

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

Shades of Mandy #DD515C

Tints of Mandy #DD515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

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

R = 56.09%
G = 20.56%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD515C (or 0xDD515C) is known color: Mandy. HEX triplet: DD, 51 and 5C. RGB value is (221,81,92). Sum of RGB (Red+Green+Blue) = 221+81+92=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD515C is #22AEA3. Grayscale: #7C7C7C. Windows color (decimal): -2272932 or 6050269. OLE color: 6050269.

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

Color convert

RGB 221 81 92 -
CMYK 0 0.63 0.58 0.13
HSL 355.29º 0.67% 0.59% -
HSV(B) 355.29º 0.63% 0.87% -
XYZ 34.69 22.03 12.55 -
YUV 124.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 221 81 92 0 0.63 0.58 0.13 355.29 0.67 0.59
Hex DD 51 5C 0 3F 3A D 163 43 3B
Octal 335 121 134 0 77 72 15 543 103 73
Binary 11011101 1010001 1011100 0 111111 111010 1101 101100011 1000011 111011

Color Harmonies of #DD515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD515C

Black with #DD515C

Text Example


Text Example

White with #DD515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD515C; }

 p { color: rgb(221,81,92); }

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

background-color css

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

 a { background-color: rgb(221,81,92); }

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

border-color css

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

 span { border-color: rgb(221,81,92); }

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