Html Css Color HEX #DD4F62 Mandy

📋 copy color: '#DD4F62'

red 221 ◦ green 79 ◦ blue 98

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

Shades of Mandy #DD4F62

Tints of Mandy #DD4F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 55.53%
G = 19.85%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4F62 (or 0xDD4F62) is known color: Mandy. HEX triplet: DD, 4F and 62. RGB value is (221,79,98). Sum of RGB (Red+Green+Blue) = 221+79+98=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F62 is #22B09D. Grayscale: #7B7B7B. Windows color (decimal): -2273438 or 6442973. OLE color: 6442973.

HSL color Cylindrical-coordinate representation of color #DD4F62: hue angle of 351.97º degrees, saturation: 0.68, 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 #DD4F62 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 98 -
CMYK 0 0.64 0.56 0.13
HSL 351.97º 0.68% 0.59% -
HSV(B) 351.97º 0.64% 0.87% -
XYZ 34.82 21.85 13.94 -
YUV 123.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 221 79 98 0 0.64 0.56 0.13 351.97 0.68 0.59
Hex DD 4F 62 0 40 38 D 160 44 3B
Octal 335 117 142 0 100 70 15 540 104 73
Binary 11011101 1001111 1100010 0 1000000 111000 1101 101100000 1000100 111011

Color Harmonies of #DD4F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F62

Black with #DD4F62

Text Example


Text Example

White with #DD4F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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