Html Css Color HEX #DD525C Mandy

📋 copy color: '#DD525C'

red 221 ◦ green 82 ◦ blue 92

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

Shades of Mandy #DD525C

Tints of Mandy #DD525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 55.95%
G = 20.76%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD525C (or 0xDD525C) is known color: Mandy. HEX triplet: DD, 52 and 5C. RGB value is (221,82,92). Sum of RGB (Red+Green+Blue) = 221+82+92=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD525C is #22ADA3. Grayscale: #7C7C7C. Windows color (decimal): -2272676 or 6050525. OLE color: 6050525.

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

Color convert

RGB 221 82 92 -
CMYK 0 0.63 0.58 0.13
HSL 355.68º 0.67% 0.59% -
HSV(B) 355.68º 0.63% 0.87% -
XYZ 34.77 22.18 12.57 -
YUV 124.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 221 82 92 0 0.63 0.58 0.13 355.68 0.67 0.59
Hex DD 52 5C 0 3F 3A D 164 43 3B
Octal 335 122 134 0 77 72 15 544 103 73
Binary 11011101 1010010 1011100 0 111111 111010 1101 101100100 1000011 111011

Color Harmonies of #DD525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD525C

Black with #DD525C

Text Example


Text Example

White with #DD525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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