Html Css Color HEX #DD4957 Mandy

📋 copy color: '#DD4957'

red 221 ◦ green 73 ◦ blue 87

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

Shades of Mandy #DD4957

Tints of Mandy #DD4957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

 BLUE value IS 87 (34.38% from 255) = 22.83%

R = 58.01%
G = 19.16%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD4957 (or 0xDD4957) is known color: Mandy. HEX triplet: DD, 49 and 57. RGB value is (221,73,87). Sum of RGB (Red+Green+Blue) = 221+73+87=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4957 is #22B6A8. Grayscale: #767676. Windows color (decimal): -2274985 or 5720541. OLE color: 5720541.

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

Color convert

RGB 221 73 87 -
CMYK 0 0.67 0.61 0.13
HSL 354.32º 0.69% 0.58% -
HSV(B) 354.32º 0.67% 0.87% -
XYZ 33.92 20.83 11.25 -
YUV 118.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 221 73 87 0 0.67 0.61 0.13 354.32 0.69 0.58
Hex DD 49 57 0 43 3D D 162 45 3A
Octal 335 111 127 0 103 75 15 542 105 72
Binary 11011101 1001001 1010111 0 1000011 111101 1101 101100010 1000101 111010

Color Harmonies of #DD4957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4957

Black with #DD4957

Text Example


Text Example

White with #DD4957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4957; }

 p { color: rgb(221,73,87); }

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

background-color css

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

 a { background-color: rgb(221,73,87); }

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

border-color css

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

 span { border-color: rgb(221,73,87); }

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