Html Css Color HEX #DD515E Mandy

📋 copy color: '#DD515E'

red 221 ◦ green 81 ◦ blue 94

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

Shades of Mandy #DD515E

Tints of Mandy #DD515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 55.81%
G = 20.45%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD515E (or 0xDD515E) is known color: Mandy. HEX triplet: DD, 51 and 5E. RGB value is (221,81,94). Sum of RGB (Red+Green+Blue) = 221+81+94=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD515E is #22AEA1. Grayscale: #7C7C7C. Windows color (decimal): -2272930 or 6181341. OLE color: 6181341.

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

Color convert

RGB 221 81 94 -
CMYK 0 0.63 0.57 0.13
HSL 354.43º 0.67% 0.59% -
HSV(B) 354.43º 0.63% 0.87% -
XYZ 34.78 22.07 13.02 -
YUV 124.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 221 81 94 0 0.63 0.57 0.13 354.43 0.67 0.59
Hex DD 51 5E 0 3F 39 D 162 43 3B
Octal 335 121 136 0 77 71 15 542 103 73
Binary 11011101 1010001 1011110 0 111111 111001 1101 101100010 1000011 111011

Color Harmonies of #DD515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD515E

Black with #DD515E

Text Example


Text Example

White with #DD515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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