Html Css Color HEX #D5464D Mandy

📋 copy color: '#D5464D'

red 213 ◦ green 70 ◦ blue 77

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

Shades of Mandy #D5464D

Tints of Mandy #D5464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 59.17%
G = 19.44%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5464D (or 0xD5464D) is known color: Mandy. HEX triplet: D5, 46 and 4D. RGB value is (213,70,77). Sum of RGB (Red+Green+Blue) = 213+70+77=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5464D is #2AB9B2. Grayscale: #717171. Windows color (decimal): -2800051 or 5064405. OLE color: 5064405.

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

Color convert

RGB 213 70 77 -
CMYK 0 0.67 0.64 0.16
HSL 357.06º 0.63% 0.55% -
HSV(B) 357.06º 0.67% 0.84% -
XYZ 30.97 19.06 9.07 -
YUV 113.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 213 70 77 0 0.67 0.64 0.16 357.06 0.63 0.55
Hex D5 46 4D 0 43 40 10 165 3F 37
Octal 325 106 115 0 103 100 20 545 77 67
Binary 11010101 1000110 1001101 0 1000011 1000000 10000 101100101 111111 110111

Color Harmonies of #D5464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5464D

Black with #D5464D

Text Example


Text Example

White with #D5464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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