Html Css Color HEX #DD474B Mandy

📋 copy color: '#DD474B'

red 221 ◦ green 71 ◦ blue 75

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

Shades of Mandy #DD474B

Tints of Mandy #DD474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 60.22%
G = 19.35%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD474B (or 0xDD474B) is known color: Mandy. HEX triplet: DD, 47 and 4B. RGB value is (221,71,75). Sum of RGB (Red+Green+Blue) = 221+71+75=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD474B is #22B8B4. Grayscale: #747474. Windows color (decimal): -2275509 or 4933597. OLE color: 4933597.

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

Color convert

RGB 221 71 75 -
CMYK 0 0.68 0.66 0.13
HSL 358.4º 0.69% 0.57% -
HSV(B) 358.4º 0.68% 0.87% -
XYZ 33.34 20.39 8.83 -
YUV 116.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 221 71 75 0 0.68 0.66 0.13 358.4 0.69 0.57
Hex DD 47 4B 0 44 42 D 166 45 39
Octal 335 107 113 0 104 102 15 546 105 71
Binary 11011101 1000111 1001011 0 1000100 1000010 1101 101100110 1000101 111001

Color Harmonies of #DD474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD474B

Black with #DD474B

Text Example


Text Example

White with #DD474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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