Html Css Color HEX #D9464F Mandy

📋 copy color: '#D9464F'

red 217 ◦ green 70 ◦ blue 79

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

Shades of Mandy #D9464F

Tints of Mandy #D9464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 59.29%
G = 19.13%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9464F (or 0xD9464F) is known color: Mandy. HEX triplet: D9, 46 and 4F. RGB value is (217,70,79). Sum of RGB (Red+Green+Blue) = 217+70+79=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9464F is #26B9B0. Grayscale: #737373. Windows color (decimal): -2537905 or 5195481. OLE color: 5195481.

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

Color convert

RGB 217 70 79 -
CMYK 0 0.68 0.64 0.15
HSL 356.33º 0.66% 0.56% -
HSV(B) 356.33º 0.68% 0.85% -
XYZ 32.22 19.7 9.5 -
YUV 114.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 217 70 79 0 0.68 0.64 0.15 356.33 0.66 0.56
Hex D9 46 4F 0 44 40 F 164 42 38
Octal 331 106 117 0 104 100 17 544 102 70
Binary 11011001 1000110 1001111 0 1000100 1000000 1111 101100100 1000010 111000

Color Harmonies of #D9464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9464F

Black with #D9464F

Text Example


Text Example

White with #D9464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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