Html Css Color HEX #DD5163 Mandy

📋 copy color: '#DD5163'

red 221 ◦ green 81 ◦ blue 99

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

Shades of Mandy #DD5163

Tints of Mandy #DD5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 55.11%
G = 20.2%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5163 (or 0xDD5163) is known color: Mandy. HEX triplet: DD, 51 and 63. RGB value is (221,81,99). Sum of RGB (Red+Green+Blue) = 221+81+99=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5163 is #22AE9C. Grayscale: #7C7C7C. Windows color (decimal): -2272925 or 6509021. OLE color: 6509021.

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

Color convert

RGB 221 81 99 -
CMYK 0 0.63 0.55 0.13
HSL 352.29º 0.67% 0.59% -
HSV(B) 352.29º 0.63% 0.87% -
XYZ 35.01 22.16 14.24 -
YUV 124.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 221 81 99 0 0.63 0.55 0.13 352.29 0.67 0.59
Hex DD 51 63 0 3F 37 D 160 43 3B
Octal 335 121 143 0 77 67 15 540 103 73
Binary 11011101 1010001 1100011 0 111111 110111 1101 101100000 1000011 111011

Color Harmonies of #DD5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5163

Black with #DD5163

Text Example


Text Example

White with #DD5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5163; }

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

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

background-color css

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

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

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

border-color css

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

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

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