Html Css Color HEX #DD5063 Mandy

📋 copy color: '#DD5063'

red 221 ◦ green 80 ◦ blue 99

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

Shades of Mandy #DD5063

Tints of Mandy #DD5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

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

R = 55.25%
G = 20%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5063 (or 0xDD5063) is known color: Mandy. HEX triplet: DD, 50 and 63. RGB value is (221,80,99). Sum of RGB (Red+Green+Blue) = 221+80+99=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5063 is #22AF9C. Grayscale: #7C7C7C. Windows color (decimal): -2273181 or 6508765. OLE color: 6508765.

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

Color convert

RGB 221 80 99 -
CMYK 0 0.64 0.55 0.13
HSL 351.91º 0.67% 0.59% -
HSV(B) 351.91º 0.64% 0.87% -
XYZ 34.94 22.01 14.21 -
YUV 124.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 221 80 99 0 0.64 0.55 0.13 351.91 0.67 0.59
Hex DD 50 63 0 40 37 D 160 43 3B
Octal 335 120 143 0 100 67 15 540 103 73
Binary 11011101 1010000 1100011 0 1000000 110111 1101 101100000 1000011 111011

Color Harmonies of #DD5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5063

Black with #DD5063

Text Example


Text Example

White with #DD5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5063; }

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

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

background-color css

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

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

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

border-color css

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

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

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