Html Css Color HEX #DD5158 Mandy

📋 copy color: '#DD5158'

red 221 ◦ green 81 ◦ blue 88

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

Shades of Mandy #DD5158

Tints of Mandy #DD5158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

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

R = 56.67%
G = 20.77%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5158 (or 0xDD5158) is known color: Mandy. HEX triplet: DD, 51 and 58. RGB value is (221,81,88). Sum of RGB (Red+Green+Blue) = 221+81+88=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5158 is #22AEA7. Grayscale: #7B7B7B. Windows color (decimal): -2272936 or 5788125. OLE color: 5788125.

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

Color convert

RGB 221 81 88 -
CMYK 0 0.63 0.60 0.13
HSL 357º 0.67% 0.59% -
HSV(B) 357º 0.63% 0.87% -
XYZ 34.52 21.96 11.65 -
YUV 123.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 221 81 88 0 0.63 0.60 0.13 357 0.67 0.59
Hex DD 51 58 0 3F 3C D 165 43 3B
Octal 335 121 130 0 77 74 15 545 103 73
Binary 11011101 1010001 1011000 0 111111 111100 1101 101100101 1000011 111011

Color Harmonies of #DD5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5158

Black with #DD5158

Text Example


Text Example

White with #DD5158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5158; }

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

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

background-color css

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

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

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

border-color css

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

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

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