Html Css Color HEX #DD495C Mandy

📋 copy color: '#DD495C'

red 221 ◦ green 73 ◦ blue 92

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

Shades of Mandy #DD495C

Tints of Mandy #DD495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.83%

R = 57.25%
G = 18.91%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD495C (or 0xDD495C) is known color: Mandy. HEX triplet: DD, 49 and 5C. RGB value is (221,73,92). Sum of RGB (Red+Green+Blue) = 221+73+92=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD495C is #22B6A3. Grayscale: #777777. Windows color (decimal): -2274980 or 6048221. OLE color: 6048221.

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

Color convert

RGB 221 73 92 -
CMYK 0 0.67 0.58 0.13
HSL 352.3º 0.69% 0.58% -
HSV(B) 352.3º 0.67% 0.87% -
XYZ 34.13 20.91 12.36 -
YUV 119.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 221 73 92 0 0.67 0.58 0.13 352.3 0.69 0.58
Hex DD 49 5C 0 43 3A D 160 45 3A
Octal 335 111 134 0 103 72 15 540 105 72
Binary 11011101 1001001 1011100 0 1000011 111010 1101 101100000 1000101 111010

Color Harmonies of #DD495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD495C

Black with #DD495C

Text Example


Text Example

White with #DD495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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