Html Css Color HEX #D95C63 Mandy

📋 copy color: '#D95C63'

red 217 ◦ green 92 ◦ blue 99

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

Shades of Mandy #D95C63

Tints of Mandy #D95C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

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

R = 53.19%
G = 22.55%
B = 24.26%

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

#D95C63 (or 0xD95C63) is known color: Mandy. HEX triplet: D9, 5C and 63. RGB value is (217,92,99). Sum of RGB (Red+Green+Blue) = 217+92+99=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C63 is #26A39C. Grayscale: #828282. Windows color (decimal): -2532253 or 6511833. OLE color: 6511833.

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

Color convert

RGB 217 92 99 -
CMYK 0 0.58 0.54 0.15
HSL 356.64º 0.62% 0.61% -
HSV(B) 356.64º 0.58% 0.85% -
XYZ 34.69 23.31 14.47 -
YUV 130.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 217 92 99 0 0.58 0.54 0.15 356.64 0.62 0.61
Hex D9 5C 63 0 3A 36 F 165 3E 3D
Octal 331 134 143 0 72 66 17 545 76 75
Binary 11011001 1011100 1100011 0 111010 110110 1111 101100101 111110 111101

Color Harmonies of #D95C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C63

Black with #D95C63

Text Example


Text Example

White with #D95C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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