Html Css Color HEX #D95B64 Mandy

📋 copy color: '#D95B64'

red 217 ◦ green 91 ◦ blue 100

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

Shades of Mandy #D95B64

Tints of Mandy #D95B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 53.19%
G = 22.3%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D95B64 (or 0xD95B64) is known color: Mandy. HEX triplet: D9, 5B and 64. RGB value is (217,91,100). Sum of RGB (Red+Green+Blue) = 217+91+100=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B64 is #26A49B. Grayscale: #818181. Windows color (decimal): -2532508 or 6577113. OLE color: 6577113.

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

Color convert

RGB 217 91 100 -
CMYK 0 0.58 0.54 0.15
HSL 355.71º 0.62% 0.6% -
HSV(B) 355.71º 0.58% 0.85% -
XYZ 34.66 23.15 14.7 -
YUV 129.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 217 91 100 0 0.58 0.54 0.15 355.71 0.62 0.6
Hex D9 5B 64 0 3A 36 F 164 3E 3C
Octal 331 133 144 0 72 66 17 544 76 74
Binary 11011001 1011011 1100100 0 111010 110110 1111 101100100 111110 111100

Color Harmonies of #D95B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B64

Black with #D95B64

Text Example


Text Example

White with #D95B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B64; }

 p { color: rgb(217,91,100); }

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

background-color css

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

 a { background-color: rgb(217,91,100); }

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

border-color css

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

 span { border-color: rgb(217,91,100); }

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