Html Css Color HEX #DD4E63 Mandy

📋 copy color: '#DD4E63'

red 221 ◦ green 78 ◦ blue 99

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

Shades of Mandy #DD4E63

Tints of Mandy #DD4E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

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

R = 55.53%
G = 19.6%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4E63 (or 0xDD4E63) is known color: Mandy. HEX triplet: DD, 4E and 63. RGB value is (221,78,99). Sum of RGB (Red+Green+Blue) = 221+78+99=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E63 is #22B19C. Grayscale: #7B7B7B. Windows color (decimal): -2273693 or 6508253. OLE color: 6508253.

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

Color convert

RGB 221 78 99 -
CMYK 0 0.65 0.55 0.13
HSL 351.19º 0.68% 0.59% -
HSV(B) 351.19º 0.65% 0.87% -
XYZ 34.8 21.72 14.16 -
YUV 123.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 221 78 99 0 0.65 0.55 0.13 351.19 0.68 0.59
Hex DD 4E 63 0 41 37 D 15F 44 3B
Octal 335 116 143 0 101 67 15 537 104 73
Binary 11011101 1001110 1100011 0 1000001 110111 1101 101011111 1000100 111011

Color Harmonies of #DD4E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E63

Black with #DD4E63

Text Example


Text Example

White with #DD4E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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