Html Css Color HEX #DD5162 Mandy

📋 copy color: '#DD5162'

red 221 ◦ green 81 ◦ blue 98

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

Shades of Mandy #DD5162

Tints of Mandy #DD5162

RGB

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

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

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

R = 55.25%
G = 20.25%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD5162 (or 0xDD5162) is known color: Mandy. HEX triplet: DD, 51 and 62. RGB value is (221,81,98). Sum of RGB (Red+Green+Blue) = 221+81+98=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5162 is #22AE9D. Grayscale: #7C7C7C. Windows color (decimal): -2272926 or 6443485. OLE color: 6443485.

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

Color convert

RGB 221 81 98 -
CMYK 0 0.63 0.56 0.13
HSL 352.71º 0.67% 0.59% -
HSV(B) 352.71º 0.63% 0.87% -
XYZ 34.97 22.14 13.99 -
YUV 124.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 221 81 98 0 0.63 0.56 0.13 352.71 0.67 0.59
Hex DD 51 62 0 3F 38 D 161 43 3B
Octal 335 121 142 0 77 70 15 541 103 73
Binary 11011101 1010001 1100010 0 111111 111000 1101 101100001 1000011 111011

Color Harmonies of #DD5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5162

Black with #DD5162

Text Example


Text Example

White with #DD5162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5162; }

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

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

background-color css

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

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

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

border-color css

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

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

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