Html Css Color HEX #DD4E5E Mandy

📋 copy color: '#DD4E5E'

red 221 ◦ green 78 ◦ blue 94

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

Shades of Mandy #DD4E5E

Tints of Mandy #DD4E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.85%

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 56.23%
G = 19.85%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD4E5E (or 0xDD4E5E) is known color: Mandy. HEX triplet: DD, 4E and 5E. RGB value is (221,78,94). Sum of RGB (Red+Green+Blue) = 221+78+94=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E5E is #22B1A1. Grayscale: #7A7A7A. Windows color (decimal): -2273698 or 6180573. OLE color: 6180573.

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

Color convert

RGB 221 78 94 -
CMYK 0 0.65 0.57 0.13
HSL 353.29º 0.68% 0.59% -
HSV(B) 353.29º 0.65% 0.87% -
XYZ 34.56 21.63 12.94 -
YUV 122.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 221 78 94 0 0.65 0.57 0.13 353.29 0.68 0.59
Hex DD 4E 5E 0 41 39 D 161 44 3B
Octal 335 116 136 0 101 71 15 541 104 73
Binary 11011101 1001110 1011110 0 1000001 111001 1101 101100001 1000100 111011

Color Harmonies of #DD4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E5E

Black with #DD4E5E

Text Example


Text Example

White with #DD4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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