Html Css Color HEX #D95A5D Mandy

📋 copy color: '#D95A5D'

red 217 ◦ green 90 ◦ blue 93

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

Shades of Mandy #D95A5D

Tints of Mandy #D95A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

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

R = 54.25%
G = 22.5%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D95A5D (or 0xD95A5D) is known color: Mandy. HEX triplet: D9, 5A and 5D. RGB value is (217,90,93). Sum of RGB (Red+Green+Blue) = 217+90+93=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A5D is #26A5A2. Grayscale: #808080. Windows color (decimal): -2532771 or 6118105. OLE color: 6118105.

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

Color convert

RGB 217 90 93 -
CMYK 0 0.59 0.57 0.15
HSL 358.58º 0.63% 0.6% -
HSV(B) 358.58º 0.59% 0.85% -
XYZ 34.25 22.85 12.96 -
YUV 128.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 217 90 93 0 0.59 0.57 0.15 358.58 0.63 0.6
Hex D9 5A 5D 0 3B 39 F 167 3F 3C
Octal 331 132 135 0 73 71 17 547 77 74
Binary 11011001 1011010 1011101 0 111011 111001 1111 101100111 111111 111100

Color Harmonies of #D95A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A5D

Black with #D95A5D

Text Example


Text Example

White with #D95A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A5D; }

 p { color: rgb(217,90,93); }

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

background-color css

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

 a { background-color: rgb(217,90,93); }

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

border-color css

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

 span { border-color: rgb(217,90,93); }

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