Html Css Color HEX #DD5155 Mandy

📋 copy color: '#DD5155'

red 221 ◦ green 81 ◦ blue 85

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

Shades of Mandy #DD5155

Tints of Mandy #DD5155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 57.11%
G = 20.93%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5155 (or 0xDD5155) is known color: Mandy. HEX triplet: DD, 51 and 55. RGB value is (221,81,85). Sum of RGB (Red+Green+Blue) = 221+81+85=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5155 is #22AEAA. Grayscale: #7B7B7B. Windows color (decimal): -2272939 or 5591517. OLE color: 5591517.

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

Color convert

RGB 221 81 85 -
CMYK 0 0.63 0.62 0.13
HSL 358.29º 0.67% 0.59% -
HSV(B) 358.29º 0.63% 0.87% -
XYZ 34.4 21.91 11.01 -
YUV 123.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 221 81 85 0 0.63 0.62 0.13 358.29 0.67 0.59
Hex DD 51 55 0 3F 3E D 166 43 3B
Octal 335 121 125 0 77 76 15 546 103 73
Binary 11011101 1010001 1010101 0 111111 111110 1101 101100110 1000011 111011

Color Harmonies of #DD5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5155

Black with #DD5155

Text Example


Text Example

White with #DD5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5155; }

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

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

background-color css

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

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

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

border-color css

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

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

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