Html Css Color HEX #DD474A Mandy

📋 copy color: '#DD474A'

red 221 ◦ green 71 ◦ blue 74

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

Shades of Mandy #DD474A

Tints of Mandy #DD474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 60.38%
G = 19.4%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD474A (or 0xDD474A) is known color: Mandy. HEX triplet: DD, 47 and 4A. RGB value is (221,71,74). Sum of RGB (Red+Green+Blue) = 221+71+74=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD474A is #22B8B5. Grayscale: #747474. Windows color (decimal): -2275510 or 4868061. OLE color: 4868061.

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

Color convert

RGB 221 71 74 -
CMYK 0 0.68 0.67 0.13
HSL 358.8º 0.69% 0.57% -
HSV(B) 358.8º 0.68% 0.87% -
XYZ 33.31 20.37 8.66 -
YUV 116.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 221 71 74 0 0.68 0.67 0.13 358.8 0.69 0.57
Hex DD 47 4A 0 44 43 D 167 45 39
Octal 335 107 112 0 104 103 15 547 105 71
Binary 11011101 1000111 1001010 0 1000100 1000011 1101 101100111 1000101 111001

Color Harmonies of #DD474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD474A

Black with #DD474A

Text Example


Text Example

White with #DD474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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