Html Css Color HEX #D95463 Mandy

📋 copy color: '#D95463'

red 217 ◦ green 84 ◦ blue 99

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

Shades of Mandy #D95463

Tints of Mandy #D95463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 54.25%
G = 21%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D95463 (or 0xD95463) is known color: Mandy. HEX triplet: D9, 54 and 63. RGB value is (217,84,99). Sum of RGB (Red+Green+Blue) = 217+84+99=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D95463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95463 is #26AB9C. Grayscale: #7D7D7D. Windows color (decimal): -2534301 or 6509785. OLE color: 6509785.

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

Color convert

RGB 217 84 99 -
CMYK 0 0.61 0.54 0.15
HSL 353.23º 0.64% 0.59% -
HSV(B) 353.23º 0.61% 0.85% -
XYZ 34.04 21.99 14.26 -
YUV 125.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 217 84 99 0 0.61 0.54 0.15 353.23 0.64 0.59
Hex D9 54 63 0 3D 36 F 161 40 3B
Octal 331 124 143 0 75 66 17 541 100 73
Binary 11011001 1010100 1100011 0 111101 110110 1111 101100001 1000000 111011

Color Harmonies of #D95463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95463

Black with #D95463

Text Example


Text Example

White with #D95463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95463; }

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

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

background-color css

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

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

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

border-color css

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

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

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