Html Css Color HEX #DD474E Mandy

📋 copy color: '#DD474E'

red 221 ◦ green 71 ◦ blue 78

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

Shades of Mandy #DD474E

Tints of Mandy #DD474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 59.73%
G = 19.19%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD474E (or 0xDD474E) is known color: Mandy. HEX triplet: DD, 47 and 4E. RGB value is (221,71,78). Sum of RGB (Red+Green+Blue) = 221+71+78=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD474E is #22B8B1. Grayscale: #747474. Windows color (decimal): -2275506 or 5130205. OLE color: 5130205.

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

Color convert

RGB 221 71 78 -
CMYK 0 0.68 0.65 0.13
HSL 357.2º 0.69% 0.57% -
HSV(B) 357.2º 0.68% 0.87% -
XYZ 33.45 20.43 9.39 -
YUV 116.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 221 71 78 0 0.68 0.65 0.13 357.2 0.69 0.57
Hex DD 47 4E 0 44 41 D 165 45 39
Octal 335 107 116 0 104 101 15 545 105 71
Binary 11011101 1000111 1001110 0 1000100 1000001 1101 101100101 1000101 111001

Color Harmonies of #DD474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD474E

Black with #DD474E

Text Example


Text Example

White with #DD474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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