Html Css Color HEX #DD535C Mandy

📋 copy color: '#DD535C'

red 221 ◦ green 83 ◦ blue 92

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

Shades of Mandy #DD535C

Tints of Mandy #DD535C

RGB

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

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

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

R = 55.81%
G = 20.96%
B = 23.23%

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

#DD535C (or 0xDD535C) is known color: Mandy. HEX triplet: DD, 53 and 5C. RGB value is (221,83,92). Sum of RGB (Red+Green+Blue) = 221+83+92=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD535C is #22ACA3. Grayscale: #7D7D7D. Windows color (decimal): -2272420 or 6050781. OLE color: 6050781.

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

Color convert

RGB 221 83 92 -
CMYK 0 0.62 0.58 0.13
HSL 356.09º 0.67% 0.6% -
HSV(B) 356.09º 0.62% 0.87% -
XYZ 34.84 22.33 12.6 -
YUV 125.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 221 83 92 0 0.62 0.58 0.13 356.09 0.67 0.6
Hex DD 53 5C 0 3E 3A D 164 43 3C
Octal 335 123 134 0 76 72 15 544 103 74
Binary 11011101 1010011 1011100 0 111110 111010 1101 101100100 1000011 111100

Color Harmonies of #DD535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD535C

Black with #DD535C

Text Example


Text Example

White with #DD535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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