Html Css Color HEX #DD535B Mandy

📋 copy color: '#DD535B'

red 221 ◦ green 83 ◦ blue 91

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

Shades of Mandy #DD535B

Tints of Mandy #DD535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 55.95%
G = 21.01%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD535B (or 0xDD535B) is known color: Mandy. HEX triplet: DD, 53 and 5B. RGB value is (221,83,91). Sum of RGB (Red+Green+Blue) = 221+83+91=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD535B is #22ACA4. Grayscale: #7D7D7D. Windows color (decimal): -2272421 or 5985245. OLE color: 5985245.

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

Color convert

RGB 221 83 91 -
CMYK 0 0.62 0.59 0.13
HSL 356.52º 0.67% 0.6% -
HSV(B) 356.52º 0.62% 0.87% -
XYZ 34.8 22.31 12.37 -
YUV 125.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 221 83 91 0 0.62 0.59 0.13 356.52 0.67 0.6
Hex DD 53 5B 0 3E 3B D 165 43 3C
Octal 335 123 133 0 76 73 15 545 103 74
Binary 11011101 1010011 1011011 0 111110 111011 1101 101100101 1000011 111100

Color Harmonies of #DD535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD535B

Black with #DD535B

Text Example


Text Example

White with #DD535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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