Html Css Color HEX #D96163 Mandy

📋 copy color: '#D96163'

red 217 ◦ green 97 ◦ blue 99

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

Shades of Mandy #D96163

Tints of Mandy #D96163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 52.54%
G = 23.49%
B = 23.97%

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

#D96163 (or 0xD96163) is known color: Mandy. HEX triplet: D9, 61 and 63. RGB value is (217,97,99). Sum of RGB (Red+Green+Blue) = 217+97+99=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D96163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96163 is #269E9C. Grayscale: #858585. Windows color (decimal): -2530973 or 6513113. OLE color: 6513113.

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

Color convert

RGB 217 97 99 -
CMYK 0 0.55 0.54 0.15
HSL 359º 0.61% 0.62% -
HSV(B) 359º 0.55% 0.85% -
XYZ 35.14 24.2 14.62 -
YUV 133.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 217 97 99 0 0.55 0.54 0.15 359 0.61 0.62
Hex D9 61 63 0 37 36 F 167 3D 3E
Octal 331 141 143 0 67 66 17 547 75 76
Binary 11011001 1100001 1100011 0 110111 110110 1111 101100111 111101 111110

Color Harmonies of #D96163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96163

Black with #D96163

Text Example


Text Example

White with #D96163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96163; }

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

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

background-color css

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

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

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

border-color css

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

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

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