Html Css Color HEX #DD5B63 Mandy

📋 copy color: '#DD5B63'

red 221 ◦ green 91 ◦ blue 99

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

Shades of Mandy #DD5B63

Tints of Mandy #DD5B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

 BLUE value IS 99 (39.06% from 255) = 24.09%

R = 53.77%
G = 22.14%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5B63 (or 0xDD5B63) is known color: Mandy. HEX triplet: DD, 5B and 63. RGB value is (221,91,99). Sum of RGB (Red+Green+Blue) = 221+91+99=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B63 is #22A49C. Grayscale: #828282. Windows color (decimal): -2270365 or 6511581. OLE color: 6511581.

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

Color convert

RGB 221 91 99 -
CMYK 0 0.59 0.55 0.13
HSL 356.31º 0.66% 0.61% -
HSV(B) 356.31º 0.59% 0.87% -
XYZ 35.81 23.76 14.5 -
YUV 130.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 221 91 99 0 0.59 0.55 0.13 356.31 0.66 0.61
Hex DD 5B 63 0 3B 37 D 164 42 3D
Octal 335 133 143 0 73 67 15 544 102 75
Binary 11011101 1011011 1100011 0 111011 110111 1101 101100100 1000010 111101

Color Harmonies of #DD5B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B63

Black with #DD5B63

Text Example


Text Example

White with #DD5B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B63; }

 p { color: rgb(221,91,99); }

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

background-color css

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

 a { background-color: rgb(221,91,99); }

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

border-color css

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

 span { border-color: rgb(221,91,99); }

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