Html Css Color HEX #DD5A62 Mandy

📋 copy color: '#DD5A62'

red 221 ◦ green 90 ◦ blue 98

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

Shades of Mandy #DD5A62

Tints of Mandy #DD5A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

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

R = 54.03%
G = 22%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD5A62 (or 0xDD5A62) is known color: Mandy. HEX triplet: DD, 5A and 62. RGB value is (221,90,98). Sum of RGB (Red+Green+Blue) = 221+90+98=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A62 is #22A59D. Grayscale: #828282. Windows color (decimal): -2270622 or 6445789. OLE color: 6445789.

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

Color convert

RGB 221 90 98 -
CMYK 0 0.59 0.56 0.13
HSL 356.34º 0.66% 0.61% -
HSV(B) 356.34º 0.59% 0.87% -
XYZ 35.68 23.57 14.22 -
YUV 130.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 221 90 98 0 0.59 0.56 0.13 356.34 0.66 0.61
Hex DD 5A 62 0 3B 38 D 164 42 3D
Octal 335 132 142 0 73 70 15 544 102 75
Binary 11011101 1011010 1100010 0 111011 111000 1101 101100100 1000010 111101

Color Harmonies of #DD5A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A62

Black with #DD5A62

Text Example


Text Example

White with #DD5A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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