Html Css Color HEX #DD5664 Mandy

📋 copy color: '#DD5664'

red 221 ◦ green 86 ◦ blue 100

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

Shades of Mandy #DD5664

Tints of Mandy #DD5664

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 54.3%
G = 21.13%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5664 (or 0xDD5664) is known color: Mandy. HEX triplet: DD, 56 and 64. RGB value is (221,86,100). Sum of RGB (Red+Green+Blue) = 221+86+100=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5664 is #22A99B. Grayscale: #808080. Windows color (decimal): -2271644 or 6575837. OLE color: 6575837.

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

Color convert

RGB 221 86 100 -
CMYK 0 0.61 0.55 0.13
HSL 353.78º 0.67% 0.6% -
HSV(B) 353.78º 0.61% 0.87% -
XYZ 35.45 22.95 14.62 -
YUV 127.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 221 86 100 0 0.61 0.55 0.13 353.78 0.67 0.6
Hex DD 56 64 0 3D 37 D 162 43 3C
Octal 335 126 144 0 75 67 15 542 103 74
Binary 11011101 1010110 1100100 0 111101 110111 1101 101100010 1000011 111100

Color Harmonies of #DD5664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5664

Black with #DD5664

Text Example


Text Example

White with #DD5664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5664; }

 p { color: rgb(221,86,100); }

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

background-color css

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

 a { background-color: rgb(221,86,100); }

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

border-color css

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

 span { border-color: rgb(221,86,100); }

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