Html Css Color HEX #DD4C5C Mandy

📋 copy color: '#DD4C5C'

red 221 ◦ green 76 ◦ blue 92

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

Shades of Mandy #DD4C5C

Tints of Mandy #DD4C5C

RGB

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

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

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

R = 56.81%
G = 19.54%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD4C5C (or 0xDD4C5C) is known color: Mandy. HEX triplet: DD, 4C and 5C. RGB value is (221,76,92). Sum of RGB (Red+Green+Blue) = 221+76+92=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C5C is #22B3A3. Grayscale: #797979. Windows color (decimal): -2274212 or 6048989. OLE color: 6048989.

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

Color convert

RGB 221 76 92 -
CMYK 0 0.66 0.58 0.13
HSL 353.38º 0.68% 0.58% -
HSV(B) 353.38º 0.66% 0.87% -
XYZ 34.34 21.31 12.43 -
YUV 121.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 221 76 92 0 0.66 0.58 0.13 353.38 0.68 0.58
Hex DD 4C 5C 0 42 3A D 161 44 3A
Octal 335 114 134 0 102 72 15 541 104 72
Binary 11011101 1001100 1011100 0 1000010 111010 1101 101100001 1000100 111010

Color Harmonies of #DD4C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C5C

Black with #DD4C5C

Text Example


Text Example

White with #DD4C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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