Html Css Color HEX #DD5864 Mandy

📋 copy color: '#DD5864'

red 221 ◦ green 88 ◦ blue 100

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

Shades of Mandy #DD5864

Tints of Mandy #DD5864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 54.03%
G = 21.52%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5864 (or 0xDD5864) is known color: Mandy. HEX triplet: DD, 58 and 64. RGB value is (221,88,100). Sum of RGB (Red+Green+Blue) = 221+88+100=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5864 is #22A79B. Grayscale: #818181. Windows color (decimal): -2271132 or 6576349. OLE color: 6576349.

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

Color convert

RGB 221 88 100 -
CMYK 0 0.60 0.55 0.13
HSL 354.59º 0.66% 0.61% -
HSV(B) 354.59º 0.6% 0.87% -
XYZ 35.61 23.27 14.67 -
YUV 129.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 221 88 100 0 0.60 0.55 0.13 354.59 0.66 0.61
Hex DD 58 64 0 3C 37 D 163 42 3D
Octal 335 130 144 0 74 67 15 543 102 75
Binary 11011101 1011000 1100100 0 111100 110111 1101 101100011 1000010 111101

Color Harmonies of #DD5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5864

Black with #DD5864

Text Example


Text Example

White with #DD5864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5864; }

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

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

background-color css

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

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

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

border-color css

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

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

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