Html Css Color HEX #DD474F Mandy

📋 copy color: '#DD474F'

red 221 ◦ green 71 ◦ blue 79

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

Shades of Mandy #DD474F

Tints of Mandy #DD474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 59.57%
G = 19.14%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD474F (or 0xDD474F) is known color: Mandy. HEX triplet: DD, 47 and 4F. RGB value is (221,71,79). Sum of RGB (Red+Green+Blue) = 221+71+79=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD474F is #22B8B0. Grayscale: #747474. Windows color (decimal): -2275505 or 5195741. OLE color: 5195741.

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

Color convert

RGB 221 71 79 -
CMYK 0 0.68 0.64 0.13
HSL 356.8º 0.69% 0.57% -
HSV(B) 356.8º 0.68% 0.87% -
XYZ 33.48 20.44 9.58 -
YUV 116.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 221 71 79 0 0.68 0.64 0.13 356.8 0.69 0.57
Hex DD 47 4F 0 44 40 D 165 45 39
Octal 335 107 117 0 104 100 15 545 105 71
Binary 11011101 1000111 1001111 0 1000100 1000000 1101 101100101 1000101 111001

Color Harmonies of #DD474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD474F

Black with #DD474F

Text Example


Text Example

White with #DD474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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