Html Css Color HEX #D9535F Mandy

📋 copy color: '#D9535F'

red 217 ◦ green 83 ◦ blue 95

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

Shades of Mandy #D9535F

Tints of Mandy #D9535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 54.94%
G = 21.01%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9535F (or 0xD9535F) is known color: Mandy. HEX triplet: D9, 53 and 5F. RGB value is (217,83,95). Sum of RGB (Red+Green+Blue) = 217+83+95=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9535F is #26ACA0. Grayscale: #7C7C7C. Windows color (decimal): -2534561 or 6247385. OLE color: 6247385.

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

Color convert

RGB 217 83 95 -
CMYK 0 0.62 0.56 0.15
HSL 354.63º 0.64% 0.59% -
HSV(B) 354.63º 0.62% 0.85% -
XYZ 33.77 21.76 13.25 -
YUV 124.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 217 83 95 0 0.62 0.56 0.15 354.63 0.64 0.59
Hex D9 53 5F 0 3E 38 F 163 40 3B
Octal 331 123 137 0 76 70 17 543 100 73
Binary 11011001 1010011 1011111 0 111110 111000 1111 101100011 1000000 111011

Color Harmonies of #D9535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9535F

Black with #D9535F

Text Example


Text Example

White with #D9535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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