Html Css Color HEX #D9535C Mandy

📋 copy color: '#D9535C'

red 217 ◦ green 83 ◦ blue 92

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

Shades of Mandy #D9535C

Tints of Mandy #D9535C

RGB

 RED value IS 217 (85.16% from 255) = 55.36%

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

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

R = 55.36%
G = 21.17%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9535C (or 0xD9535C) is known color: Mandy. HEX triplet: D9, 53 and 5C. RGB value is (217,83,92). Sum of RGB (Red+Green+Blue) = 217+83+92=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9535C is #26ACA3. Grayscale: #7C7C7C. Windows color (decimal): -2534564 or 6050777. OLE color: 6050777.

HSL color Cylindrical-coordinate representation of color #D9535C: hue angle of 355.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9535C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 92 -
CMYK 0 0.62 0.58 0.15
HSL 355.97º 0.64% 0.59% -
HSV(B) 355.97º 0.62% 0.85% -
XYZ 33.64 21.71 12.54 -
YUV 124.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 217 83 92 0 0.62 0.58 0.15 355.97 0.64 0.59
Hex D9 53 5C 0 3E 3A F 164 40 3B
Octal 331 123 134 0 76 72 17 544 100 73
Binary 11011001 1010011 1011100 0 111110 111010 1111 101100100 1000000 111011

Color Harmonies of #D9535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9535C

Black with #D9535C

Text Example


Text Example

White with #D9535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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