Html Css Color HEX #D96164 Mandy

📋 copy color: '#D96164'

red 217 ◦ green 97 ◦ blue 100

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

Shades of Mandy #D96164

Tints of Mandy #D96164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 52.42%
G = 23.43%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D96164 (or 0xD96164) is known color: Mandy. HEX triplet: D9, 61 and 64. RGB value is (217,97,100). Sum of RGB (Red+Green+Blue) = 217+97+100=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96164 is #269E9B. Grayscale: #858585. Windows color (decimal): -2530972 or 6578649. OLE color: 6578649.

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

Color convert

RGB 217 97 100 -
CMYK 0 0.55 0.54 0.15
HSL 358.5º 0.61% 0.62% -
HSV(B) 358.5º 0.55% 0.85% -
XYZ 35.19 24.22 14.88 -
YUV 133.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 217 97 100 0 0.55 0.54 0.15 358.5 0.61 0.62
Hex D9 61 64 0 37 36 F 166 3D 3E
Octal 331 141 144 0 67 66 17 546 75 76
Binary 11011001 1100001 1100100 0 110111 110110 1111 101100110 111101 111110

Color Harmonies of #D96164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96164

Black with #D96164

Text Example


Text Example

White with #D96164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96164; }

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

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

background-color css

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

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

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

border-color css

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

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

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