Html Css Color HEX #DD5264 Mandy

📋 copy color: '#DD5264'

red 221 ◦ green 82 ◦ blue 100

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

Shades of Mandy #DD5264

Tints of Mandy #DD5264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 54.84%
G = 20.35%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5264 (or 0xDD5264) is known color: Mandy. HEX triplet: DD, 52 and 64. RGB value is (221,82,100). Sum of RGB (Red+Green+Blue) = 221+82+100=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5264 is #22AD9B. Grayscale: #7D7D7D. Windows color (decimal): -2272668 or 6574813. OLE color: 6574813.

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

Color convert

RGB 221 82 100 -
CMYK 0 0.63 0.55 0.13
HSL 352.23º 0.67% 0.59% -
HSV(B) 352.23º 0.63% 0.87% -
XYZ 35.14 22.33 14.51 -
YUV 125.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 221 82 100 0 0.63 0.55 0.13 352.23 0.67 0.59
Hex DD 52 64 0 3F 37 D 160 43 3B
Octal 335 122 144 0 77 67 15 540 103 73
Binary 11011101 1010010 1100100 0 111111 110111 1101 101100000 1000011 111011

Color Harmonies of #DD5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5264

Black with #DD5264

Text Example


Text Example

White with #DD5264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5264; }

 p { color: rgb(221,82,100); }

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

background-color css

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

 a { background-color: rgb(221,82,100); }

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

border-color css

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

 span { border-color: rgb(221,82,100); }

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