Html Css Color HEX #DD4458 Mandy

📋 copy color: '#DD4458'

red 221 ◦ green 68 ◦ blue 88

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

Shades of Mandy #DD4458

Tints of Mandy #DD4458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 58.62%
G = 18.04%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4458 (or 0xDD4458) is known color: Mandy. HEX triplet: DD, 44 and 58. RGB value is (221,68,88). Sum of RGB (Red+Green+Blue) = 221+68+88=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4458 is #22BBA7. Grayscale: #747474. Windows color (decimal): -2276264 or 5784797. OLE color: 5784797.

HSL color Cylindrical-coordinate representation of color #DD4458: hue angle of 352.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4458 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 88 -
CMYK 0 0.69 0.60 0.13
HSL 352.16º 0.69% 0.57% -
HSV(B) 352.16º 0.69% 0.87% -
XYZ 33.65 20.21 11.36 -
YUV 116.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 221 68 88 0 0.69 0.60 0.13 352.16 0.69 0.57
Hex DD 44 58 0 45 3C D 160 45 39
Octal 335 104 130 0 105 74 15 540 105 71
Binary 11011101 1000100 1011000 0 1000101 111100 1101 101100000 1000101 111001

Color Harmonies of #DD4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4458

Black with #DD4458

Text Example


Text Example

White with #DD4458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4458; }

 p { color: rgb(221,68,88); }

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

background-color css

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

 a { background-color: rgb(221,68,88); }

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

border-color css

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

 span { border-color: rgb(221,68,88); }

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