Html Css Color HEX #D6464F Mandy

📋 copy color: '#D6464F'

red 214 ◦ green 70 ◦ blue 79

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

Shades of Mandy #D6464F

Tints of Mandy #D6464F

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

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

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

R = 58.95%
G = 19.28%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6464F (or 0xD6464F) is known color: Mandy. HEX triplet: D6, 46 and 4F. RGB value is (214,70,79). Sum of RGB (Red+Green+Blue) = 214+70+79=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6464F is #29B9B0. Grayscale: #727272. Windows color (decimal): -2734513 or 5195478. OLE color: 5195478.

HSL color Cylindrical-coordinate representation of color #D6464F: hue angle of 356.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6464F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 79 -
CMYK 0 0.67 0.63 0.16
HSL 356.25º 0.64% 0.56% -
HSV(B) 356.25º 0.67% 0.84% -
XYZ 31.33 19.24 9.46 -
YUV 114.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 214 70 79 0 0.67 0.63 0.16 356.25 0.64 0.56
Hex D6 46 4F 0 43 3F 10 164 40 38
Octal 326 106 117 0 103 77 20 544 100 70
Binary 11010110 1000110 1001111 0 1000011 111111 10000 101100100 1000000 111000

Color Harmonies of #D6464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6464F

Black with #D6464F

Text Example


Text Example

White with #D6464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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