Html Css Color HEX #DD535D Mandy

📋 copy color: '#DD535D'

red 221 ◦ green 83 ◦ blue 93

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

Shades of Mandy #DD535D

Tints of Mandy #DD535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 55.67%
G = 20.91%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD535D (or 0xDD535D) is known color: Mandy. HEX triplet: DD, 53 and 5D. RGB value is (221,83,93). Sum of RGB (Red+Green+Blue) = 221+83+93=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD535D is #22ACA2. Grayscale: #7D7D7D. Windows color (decimal): -2272419 or 6116317. OLE color: 6116317.

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

Color convert

RGB 221 83 93 -
CMYK 0 0.62 0.58 0.13
HSL 355.65º 0.67% 0.6% -
HSV(B) 355.65º 0.62% 0.87% -
XYZ 34.89 22.35 12.83 -
YUV 125.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 221 83 93 0 0.62 0.58 0.13 355.65 0.67 0.6
Hex DD 53 5D 0 3E 3A D 164 43 3C
Octal 335 123 135 0 76 72 15 544 103 74
Binary 11011101 1010011 1011101 0 111110 111010 1101 101100100 1000011 111100

Color Harmonies of #DD535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD535D

Black with #DD535D

Text Example


Text Example

White with #DD535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD535D; }

 p { color: rgb(221,83,93); }

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

background-color css

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

 a { background-color: rgb(221,83,93); }

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

border-color css

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

 span { border-color: rgb(221,83,93); }

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