Html Css Color HEX #D5464F Mandy

📋 copy color: '#D5464F'

red 213 ◦ green 70 ◦ blue 79

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

Shades of Mandy #D5464F

Tints of Mandy #D5464F

RGB

 RED value IS 213 (83.59% from 255) = 58.84%

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

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

R = 58.84%
G = 19.34%
B = 21.82%

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

#D5464F (or 0xD5464F) is known color: Mandy. HEX triplet: D5, 46 and 4F. RGB value is (213,70,79). Sum of RGB (Red+Green+Blue) = 213+70+79=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5464F is #2AB9B0. Grayscale: #717171. Windows color (decimal): -2800049 or 5195477. OLE color: 5195477.

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

Color convert

RGB 213 70 79 -
CMYK 0 0.67 0.63 0.16
HSL 356.22º 0.63% 0.55% -
HSV(B) 356.22º 0.67% 0.84% -
XYZ 31.04 19.09 9.45 -
YUV 113.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 213 70 79 0 0.67 0.63 0.16 356.22 0.63 0.55
Hex D5 46 4F 0 43 3F 10 164 3F 37
Octal 325 106 117 0 103 77 20 544 77 67
Binary 11010101 1000110 1001111 0 1000011 111111 10000 101100100 111111 110111

Color Harmonies of #D5464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5464F

Black with #D5464F

Text Example


Text Example

White with #D5464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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