Html Css Color HEX #D9465F Mandy

📋 copy color: '#D9465F'

red 217 ◦ green 70 ◦ blue 95

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

Shades of Mandy #D9465F

Tints of Mandy #D9465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 56.81%
G = 18.32%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9465F (or 0xD9465F) is known color: Mandy. HEX triplet: D9, 46 and 5F. RGB value is (217,70,95). Sum of RGB (Red+Green+Blue) = 217+70+95=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9465F is #26B9A0. Grayscale: #747474. Windows color (decimal): -2537889 or 6244057. OLE color: 6244057.

HSL color Cylindrical-coordinate representation of color #D9465F: hue angle of 349.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9465F is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 95 -
CMYK 0 0.68 0.56 0.15
HSL 349.8º 0.66% 0.56% -
HSV(B) 349.8º 0.68% 0.85% -
XYZ 32.87 19.96 12.95 -
YUV 116.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 217 70 95 0 0.68 0.56 0.15 349.8 0.66 0.56
Hex D9 46 5F 0 44 38 F 15E 42 38
Octal 331 106 137 0 104 70 17 536 102 70
Binary 11011001 1000110 1011111 0 1000100 111000 1111 101011110 1000010 111000

Color Harmonies of #D9465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9465F

Black with #D9465F

Text Example


Text Example

White with #D9465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9465F; }

 p { color: rgb(217,70,95); }

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

background-color css

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

 a { background-color: rgb(217,70,95); }

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

border-color css

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

 span { border-color: rgb(217,70,95); }

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