Html Css Color HEX #DD4C62 Mandy

📋 copy color: '#DD4C62'

red 221 ◦ green 76 ◦ blue 98

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

Shades of Mandy #DD4C62

Tints of Mandy #DD4C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 55.95%
G = 19.24%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4C62 (or 0xDD4C62) is known color: Mandy. HEX triplet: DD, 4C and 62. RGB value is (221,76,98). Sum of RGB (Red+Green+Blue) = 221+76+98=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C62 is #22B39D. Grayscale: #797979. Windows color (decimal): -2274206 or 6442205. OLE color: 6442205.

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

Color convert

RGB 221 76 98 -
CMYK 0 0.66 0.56 0.13
HSL 350.9º 0.68% 0.58% -
HSV(B) 350.9º 0.66% 0.87% -
XYZ 34.61 21.42 13.87 -
YUV 121.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 221 76 98 0 0.66 0.56 0.13 350.9 0.68 0.58
Hex DD 4C 62 0 42 38 D 15F 44 3A
Octal 335 114 142 0 102 70 15 537 104 72
Binary 11011101 1001100 1100010 0 1000010 111000 1101 101011111 1000100 111010

Color Harmonies of #DD4C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C62

Black with #DD4C62

Text Example


Text Example

White with #DD4C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C62; }

 p { color: rgb(221,76,98); }

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

background-color css

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

 a { background-color: rgb(221,76,98); }

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

border-color css

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

 span { border-color: rgb(221,76,98); }

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