Html Css Color HEX #DD495B Mandy

📋 copy color: '#DD495B'

red 221 ◦ green 73 ◦ blue 91

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

Shades of Mandy #DD495B

Tints of Mandy #DD495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 57.4%
G = 18.96%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD495B (or 0xDD495B) is known color: Mandy. HEX triplet: DD, 49 and 5B. RGB value is (221,73,91). Sum of RGB (Red+Green+Blue) = 221+73+91=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD495B is #22B6A4. Grayscale: #777777. Windows color (decimal): -2274981 or 5982685. OLE color: 5982685.

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

Color convert

RGB 221 73 91 -
CMYK 0 0.67 0.59 0.13
HSL 352.7º 0.69% 0.58% -
HSV(B) 352.7º 0.67% 0.87% -
XYZ 34.09 20.89 12.13 -
YUV 119.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 221 73 91 0 0.67 0.59 0.13 352.7 0.69 0.58
Hex DD 49 5B 0 43 3B D 161 45 3A
Octal 335 111 133 0 103 73 15 541 105 72
Binary 11011101 1001001 1011011 0 1000011 111011 1101 101100001 1000101 111010

Color Harmonies of #DD495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD495B

Black with #DD495B

Text Example


Text Example

White with #DD495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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