Html Css Color HEX #DD5360 Mandy

📋 copy color: '#DD5360'

red 221 ◦ green 83 ◦ blue 96

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

Shades of Mandy #DD5360

Tints of Mandy #DD5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 55.25%
G = 20.75%
B = 24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5360 (or 0xDD5360) is known color: Mandy. HEX triplet: DD, 53 and 60. RGB value is (221,83,96). Sum of RGB (Red+Green+Blue) = 221+83+96=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5360 is #22AC9F. Grayscale: #7D7D7D. Windows color (decimal): -2272416 or 6312925. OLE color: 6312925.

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

Color convert

RGB 221 83 96 -
CMYK 0 0.62 0.57 0.13
HSL 354.35º 0.67% 0.6% -
HSV(B) 354.35º 0.62% 0.87% -
XYZ 35.02 22.4 13.54 -
YUV 125.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 221 83 96 0 0.62 0.57 0.13 354.35 0.67 0.6
Hex DD 53 60 0 3E 39 D 162 43 3C
Octal 335 123 140 0 76 71 15 542 103 74
Binary 11011101 1010011 1100000 0 111110 111001 1101 101100010 1000011 111100

Color Harmonies of #DD5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5360

Black with #DD5360

Text Example


Text Example

White with #DD5360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5360; }

 p { color: rgb(221,83,96); }

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

background-color css

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

 a { background-color: rgb(221,83,96); }

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

border-color css

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

 span { border-color: rgb(221,83,96); }

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