Html Css Color HEX #DD475C Mandy

📋 copy color: '#DD475C'

red 221 ◦ green 71 ◦ blue 92

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

Shades of Mandy #DD475C

Tints of Mandy #DD475C

RGB

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

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

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

R = 57.55%
G = 18.49%
B = 23.96%

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

#DD475C (or 0xDD475C) is known color: Mandy. HEX triplet: DD, 47 and 5C. RGB value is (221,71,92). Sum of RGB (Red+Green+Blue) = 221+71+92=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD475C is #22B8A3. Grayscale: #767676. Windows color (decimal): -2275492 or 6047709. OLE color: 6047709.

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

Color convert

RGB 221 71 92 -
CMYK 0 0.68 0.58 0.13
HSL 351.6º 0.69% 0.57% -
HSV(B) 351.6º 0.68% 0.87% -
XYZ 34 20.65 12.32 -
YUV 118.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 221 71 92 0 0.68 0.58 0.13 351.6 0.69 0.57
Hex DD 47 5C 0 44 3A D 160 45 39
Octal 335 107 134 0 104 72 15 540 105 71
Binary 11011101 1000111 1011100 0 1000100 111010 1101 101100000 1000101 111001

Color Harmonies of #DD475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD475C

Black with #DD475C

Text Example


Text Example

White with #DD475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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