Html Css Color HEX #DD485C Mandy

📋 copy color: '#DD485C'

red 221 ◦ green 72 ◦ blue 92

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

Shades of Mandy #DD485C

Tints of Mandy #DD485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

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

R = 57.4%
G = 18.7%
B = 23.9%

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

#DD485C (or 0xDD485C) is known color: Mandy. HEX triplet: DD, 48 and 5C. RGB value is (221,72,92). Sum of RGB (Red+Green+Blue) = 221+72+92=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD485C is #22B7A3. Grayscale: #767676. Windows color (decimal): -2275236 or 6047965. OLE color: 6047965.

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

Color convert

RGB 221 72 92 -
CMYK 0 0.67 0.58 0.13
HSL 351.95º 0.69% 0.57% -
HSV(B) 351.95º 0.67% 0.87% -
XYZ 34.07 20.78 12.34 -
YUV 118.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 221 72 92 0 0.67 0.58 0.13 351.95 0.69 0.57
Hex DD 48 5C 0 43 3A D 160 45 39
Octal 335 110 134 0 103 72 15 540 105 71
Binary 11011101 1001000 1011100 0 1000011 111010 1101 101100000 1000101 111001

Color Harmonies of #DD485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD485C

Black with #DD485C

Text Example


Text Example

White with #DD485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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