Html Css Color HEX #D95461 Mandy

📋 copy color: '#D95461'

red 217 ◦ green 84 ◦ blue 97

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

Shades of Mandy #D95461

Tints of Mandy #D95461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 54.52%
G = 21.11%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D95461 (or 0xD95461) is known color: Mandy. HEX triplet: D9, 54 and 61. RGB value is (217,84,97). Sum of RGB (Red+Green+Blue) = 217+84+97=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D95461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95461 is #26AB9E. Grayscale: #7D7D7D. Windows color (decimal): -2534303 or 6378713. OLE color: 6378713.

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

Color convert

RGB 217 84 97 -
CMYK 0 0.61 0.55 0.15
HSL 354.14º 0.64% 0.59% -
HSV(B) 354.14º 0.61% 0.85% -
XYZ 33.94 21.96 13.76 -
YUV 125.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 217 84 97 0 0.61 0.55 0.15 354.14 0.64 0.59
Hex D9 54 61 0 3D 37 F 162 40 3B
Octal 331 124 141 0 75 67 17 542 100 73
Binary 11011001 1010100 1100001 0 111101 110111 1111 101100010 1000000 111011

Color Harmonies of #D95461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95461

Black with #D95461

Text Example


Text Example

White with #D95461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95461; }

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

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

background-color css

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

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

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

border-color css

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

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

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