Html Css Color HEX #DD525A Mandy

📋 copy color: '#DD525A'

red 221 ◦ green 82 ◦ blue 90

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

Shades of Mandy #DD525A

Tints of Mandy #DD525A

RGB

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

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

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

R = 56.23%
G = 20.87%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD525A (or 0xDD525A) is known color: Mandy. HEX triplet: DD, 52 and 5A. RGB value is (221,82,90). Sum of RGB (Red+Green+Blue) = 221+82+90=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD525A is #22ADA5. Grayscale: #7C7C7C. Windows color (decimal): -2272678 or 5919453. OLE color: 5919453.

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

Color convert

RGB 221 82 90 -
CMYK 0 0.63 0.59 0.13
HSL 356.55º 0.67% 0.59% -
HSV(B) 356.55º 0.63% 0.87% -
XYZ 34.68 22.14 12.12 -
YUV 124.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 221 82 90 0 0.63 0.59 0.13 356.55 0.67 0.59
Hex DD 52 5A 0 3F 3B D 165 43 3B
Octal 335 122 132 0 77 73 15 545 103 73
Binary 11011101 1010010 1011010 0 111111 111011 1101 101100101 1000011 111011

Color Harmonies of #DD525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD525A

Black with #DD525A

Text Example


Text Example

White with #DD525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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