Html Css Color HEX #D9465E Mandy

📋 copy color: '#D9465E'

red 217 ◦ green 70 ◦ blue 94

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

Shades of Mandy #D9465E

Tints of Mandy #D9465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 56.96%
G = 18.37%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9465E (or 0xD9465E) is known color: Mandy. HEX triplet: D9, 46 and 5E. RGB value is (217,70,94). Sum of RGB (Red+Green+Blue) = 217+70+94=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9465E is #26B9A1. Grayscale: #747474. Windows color (decimal): -2537890 or 6178521. OLE color: 6178521.

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

Color convert

RGB 217 70 94 -
CMYK 0 0.68 0.57 0.15
HSL 350.2º 0.66% 0.56% -
HSV(B) 350.2º 0.68% 0.85% -
XYZ 32.83 19.94 12.71 -
YUV 116.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 217 70 94 0 0.68 0.57 0.15 350.2 0.66 0.56
Hex D9 46 5E 0 44 39 F 15E 42 38
Octal 331 106 136 0 104 71 17 536 102 70
Binary 11011001 1000110 1011110 0 1000100 111001 1111 101011110 1000010 111000

Color Harmonies of #D9465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9465E

Black with #D9465E

Text Example


Text Example

White with #D9465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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