Html Css Color HEX #D95864 Mandy

📋 copy color: '#D95864'

red 217 ◦ green 88 ◦ blue 100

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

Shades of Mandy #D95864

Tints of Mandy #D95864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

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

R = 53.58%
G = 21.73%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D95864 (or 0xD95864) is known color: Mandy. HEX triplet: D9, 58 and 64. RGB value is (217,88,100). Sum of RGB (Red+Green+Blue) = 217+88+100=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D95864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95864 is #26A79B. Grayscale: #808080. Windows color (decimal): -2533276 or 6576345. OLE color: 6576345.

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

Color convert

RGB 217 88 100 -
CMYK 0 0.59 0.54 0.15
HSL 354.42º 0.63% 0.6% -
HSV(B) 354.42º 0.59% 0.85% -
XYZ 34.41 22.65 14.62 -
YUV 127.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 217 88 100 0 0.59 0.54 0.15 354.42 0.63 0.6
Hex D9 58 64 0 3B 36 F 162 3F 3C
Octal 331 130 144 0 73 66 17 542 77 74
Binary 11011001 1011000 1100100 0 111011 110110 1111 101100010 111111 111100

Color Harmonies of #D95864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95864

Black with #D95864

Text Example


Text Example

White with #D95864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95864; }

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

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

background-color css

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

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

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

border-color css

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

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

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