Html Css Color HEX #DD485F Mandy

📋 copy color: '#DD485F'

red 221 ◦ green 72 ◦ blue 95

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

Shades of Mandy #DD485F

Tints of Mandy #DD485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 56.96%
G = 18.56%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD485F (or 0xDD485F) is known color: Mandy. HEX triplet: DD, 48 and 5F. RGB value is (221,72,95). Sum of RGB (Red+Green+Blue) = 221+72+95=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD485F is #22B7A0. Grayscale: #777777. Windows color (decimal): -2275233 or 6244573. OLE color: 6244573.

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

Color convert

RGB 221 72 95 -
CMYK 0 0.67 0.57 0.13
HSL 350.74º 0.69% 0.57% -
HSV(B) 350.74º 0.67% 0.87% -
XYZ 34.2 20.83 13.05 -
YUV 119.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 221 72 95 0 0.67 0.57 0.13 350.74 0.69 0.57
Hex DD 48 5F 0 43 39 D 15F 45 39
Octal 335 110 137 0 103 71 15 537 105 71
Binary 11011101 1001000 1011111 0 1000011 111001 1101 101011111 1000101 111001

Color Harmonies of #DD485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD485F

Black with #DD485F

Text Example


Text Example

White with #DD485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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