Html Css Color HEX #DD505A Mandy

📋 copy color: '#DD505A'

red 221 ◦ green 80 ◦ blue 90

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

Shades of Mandy #DD505A

Tints of Mandy #DD505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 56.52%
G = 20.46%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD505A (or 0xDD505A) is known color: Mandy. HEX triplet: DD, 50 and 5A. RGB value is (221,80,90). Sum of RGB (Red+Green+Blue) = 221+80+90=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD505A is #22AFA5. Grayscale: #7B7B7B. Windows color (decimal): -2273190 or 5918941. OLE color: 5918941.

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

Color convert

RGB 221 80 90 -
CMYK 0 0.64 0.59 0.13
HSL 355.74º 0.67% 0.59% -
HSV(B) 355.74º 0.64% 0.87% -
XYZ 34.53 21.85 12.07 -
YUV 123.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 221 80 90 0 0.64 0.59 0.13 355.74 0.67 0.59
Hex DD 50 5A 0 40 3B D 164 43 3B
Octal 335 120 132 0 100 73 15 544 103 73
Binary 11011101 1010000 1011010 0 1000000 111011 1101 101100100 1000011 111011

Color Harmonies of #DD505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD505A

Black with #DD505A

Text Example


Text Example

White with #DD505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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