Html Css Color HEX #D96165 Mandy

📋 copy color: '#D96165'

red 217 ◦ green 97 ◦ blue 101

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

Shades of Mandy #D96165

Tints of Mandy #D96165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 52.29%
G = 23.37%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D96165 (or 0xD96165) is known color: Mandy. HEX triplet: D9, 61 and 65. RGB value is (217,97,101). Sum of RGB (Red+Green+Blue) = 217+97+101=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96165 is #269E9A. Grayscale: #858585. Windows color (decimal): -2530971 or 6644185. OLE color: 6644185.

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

Color convert

RGB 217 97 101 -
CMYK 0 0.55 0.53 0.15
HSL 358º 0.61% 0.62% -
HSV(B) 358º 0.55% 0.85% -
XYZ 35.24 24.24 15.13 -
YUV 133.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 217 97 101 0 0.55 0.53 0.15 358 0.61 0.62
Hex D9 61 65 0 37 35 F 166 3D 3E
Octal 331 141 145 0 67 65 17 546 75 76
Binary 11011001 1100001 1100101 0 110111 110101 1111 101100110 111101 111110

Color Harmonies of #D96165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96165

Black with #D96165

Text Example


Text Example

White with #D96165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96165; }

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

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

background-color css

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

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

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

border-color css

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

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

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