Html Css Color HEX #DD5154 Mandy

📋 copy color: '#DD5154'

red 221 ◦ green 81 ◦ blue 84

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

Shades of Mandy #DD5154

Tints of Mandy #DD5154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 57.25%
G = 20.98%
B = 21.76%

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

#DD5154 (or 0xDD5154) is known color: Mandy. HEX triplet: DD, 51 and 54. RGB value is (221,81,84). Sum of RGB (Red+Green+Blue) = 221+81+84=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5154 is #22AEAB. Grayscale: #7B7B7B. Windows color (decimal): -2272940 or 5525981. OLE color: 5525981.

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

Color convert

RGB 221 81 84 -
CMYK 0 0.63 0.62 0.13
HSL 358.71º 0.67% 0.59% -
HSV(B) 358.71º 0.63% 0.87% -
XYZ 34.36 21.9 10.8 -
YUV 123.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 221 81 84 0 0.63 0.62 0.13 358.71 0.67 0.59
Hex DD 51 54 0 3F 3E D 167 43 3B
Octal 335 121 124 0 77 76 15 547 103 73
Binary 11011101 1010001 1010100 0 111111 111110 1101 101100111 1000011 111011

Color Harmonies of #DD5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5154

Black with #DD5154

Text Example


Text Example

White with #DD5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5154; }

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

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

background-color css

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

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

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

border-color css

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

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

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