Html Css Color HEX #DD4C4F Mandy

📋 copy color: '#DD4C4F'

red 221 ◦ green 76 ◦ blue 79

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

Shades of Mandy #DD4C4F

Tints of Mandy #DD4C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

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

R = 58.78%
G = 20.21%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD4C4F (or 0xDD4C4F) is known color: Mandy. HEX triplet: DD, 4C and 4F. RGB value is (221,76,79). Sum of RGB (Red+Green+Blue) = 221+76+79=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C4F is #22B3B0. Grayscale: #777777. Windows color (decimal): -2274225 or 5197021. OLE color: 5197021.

HSL color Cylindrical-coordinate representation of color #DD4C4F: hue angle of 358.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C4F is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 79 -
CMYK 0 0.66 0.64 0.13
HSL 358.76º 0.68% 0.58% -
HSV(B) 358.76º 0.66% 0.87% -
XYZ 33.81 21.11 9.69 -
YUV 119.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 221 76 79 0 0.66 0.64 0.13 358.76 0.68 0.58
Hex DD 4C 4F 0 42 40 D 167 44 3A
Octal 335 114 117 0 102 100 15 547 104 72
Binary 11011101 1001100 1001111 0 1000010 1000000 1101 101100111 1000100 111010

Color Harmonies of #DD4C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C4F

Black with #DD4C4F

Text Example


Text Example

White with #DD4C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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