Html Css Color HEX #DD475D Mandy

📋 copy color: '#DD475D'

red 221 ◦ green 71 ◦ blue 93

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

Shades of Mandy #DD475D

Tints of Mandy #DD475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 57.4%
G = 18.44%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD475D (or 0xDD475D) is known color: Mandy. HEX triplet: DD, 47 and 5D. RGB value is (221,71,93). Sum of RGB (Red+Green+Blue) = 221+71+93=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD475D is #22B8A2. Grayscale: #767676. Windows color (decimal): -2275491 or 6113245. OLE color: 6113245.

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

Color convert

RGB 221 71 93 -
CMYK 0 0.68 0.58 0.13
HSL 351.2º 0.69% 0.57% -
HSV(B) 351.2º 0.68% 0.87% -
XYZ 34.05 20.67 12.55 -
YUV 118.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 221 71 93 0 0.68 0.58 0.13 351.2 0.69 0.57
Hex DD 47 5D 0 44 3A D 15F 45 39
Octal 335 107 135 0 104 72 15 537 105 71
Binary 11011101 1000111 1011101 0 1000100 111010 1101 101011111 1000101 111001

Color Harmonies of #DD475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD475D

Black with #DD475D

Text Example


Text Example

White with #DD475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD475D; }

 p { color: rgb(221,71,93); }

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

background-color css

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

 a { background-color: rgb(221,71,93); }

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

border-color css

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

 span { border-color: rgb(221,71,93); }

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