Html Css Color HEX #DD4E5C Mandy

📋 copy color: '#DD4E5C'

red 221 ◦ green 78 ◦ blue 92

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

Shades of Mandy #DD4E5C

Tints of Mandy #DD4E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 56.52%
G = 19.95%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD4E5C (or 0xDD4E5C) is known color: Mandy. HEX triplet: DD, 4E and 5C. RGB value is (221,78,92). Sum of RGB (Red+Green+Blue) = 221+78+92=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E5C is #22B1A3. Grayscale: #7A7A7A. Windows color (decimal): -2273700 or 6049501. OLE color: 6049501.

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

Color convert

RGB 221 78 92 -
CMYK 0 0.65 0.58 0.13
HSL 354.13º 0.68% 0.59% -
HSV(B) 354.13º 0.65% 0.87% -
XYZ 34.47 21.59 12.48 -
YUV 122.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 221 78 92 0 0.65 0.58 0.13 354.13 0.68 0.59
Hex DD 4E 5C 0 41 3A D 162 44 3B
Octal 335 116 134 0 101 72 15 542 104 73
Binary 11011101 1001110 1011100 0 1000001 111010 1101 101100010 1000100 111011

Color Harmonies of #DD4E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E5C

Black with #DD4E5C

Text Example


Text Example

White with #DD4E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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