Html Css Color HEX #D9465A Mandy

📋 copy color: '#D9465A'

red 217 ◦ green 70 ◦ blue 90

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

Shades of Mandy #D9465A

Tints of Mandy #D9465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 57.56%
G = 18.57%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9465A (or 0xD9465A) is known color: Mandy. HEX triplet: D9, 46 and 5A. RGB value is (217,70,90). Sum of RGB (Red+Green+Blue) = 217+70+90=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9465A is #26B9A5. Grayscale: #747474. Windows color (decimal): -2537894 or 5916377. OLE color: 5916377.

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

Color convert

RGB 217 70 90 -
CMYK 0 0.68 0.59 0.15
HSL 351.84º 0.66% 0.56% -
HSV(B) 351.84º 0.68% 0.85% -
XYZ 32.65 19.87 11.79 -
YUV 116.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 217 70 90 0 0.68 0.59 0.15 351.84 0.66 0.56
Hex D9 46 5A 0 44 3B F 160 42 38
Octal 331 106 132 0 104 73 17 540 102 70
Binary 11011001 1000110 1011010 0 1000100 111011 1111 101100000 1000010 111000

Color Harmonies of #D9465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9465A

Black with #D9465A

Text Example


Text Example

White with #D9465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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