Html Css Color HEX #D9465B Mandy

📋 copy color: '#D9465B'

red 217 ◦ green 70 ◦ blue 91

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

Shades of Mandy #D9465B

Tints of Mandy #D9465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 57.41%
G = 18.52%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9465B (or 0xD9465B) is known color: Mandy. HEX triplet: D9, 46 and 5B. RGB value is (217,70,91). Sum of RGB (Red+Green+Blue) = 217+70+91=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9465B is #26B9A4. Grayscale: #747474. Windows color (decimal): -2537893 or 5981913. OLE color: 5981913.

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

Color convert

RGB 217 70 91 -
CMYK 0 0.68 0.58 0.15
HSL 351.43º 0.66% 0.56% -
HSV(B) 351.43º 0.68% 0.85% -
XYZ 32.69 19.89 12.01 -
YUV 116.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 217 70 91 0 0.68 0.58 0.15 351.43 0.66 0.56
Hex D9 46 5B 0 44 3A F 15F 42 38
Octal 331 106 133 0 104 72 17 537 102 70
Binary 11011001 1000110 1011011 0 1000100 111010 1111 101011111 1000010 111000

Color Harmonies of #D9465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9465B

Black with #D9465B

Text Example


Text Example

White with #D9465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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