Html Css Color HEX #D5464A Mandy

📋 copy color: '#D5464A'

red 213 ◦ green 70 ◦ blue 74

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

Shades of Mandy #D5464A

Tints of Mandy #D5464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 59.66%
G = 19.61%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5464A (or 0xD5464A) is known color: Mandy. HEX triplet: D5, 46 and 4A. RGB value is (213,70,74). Sum of RGB (Red+Green+Blue) = 213+70+74=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5464A is #2AB9B5. Grayscale: #717171. Windows color (decimal): -2800054 or 4867797. OLE color: 4867797.

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

Color convert

RGB 213 70 74 -
CMYK 0 0.67 0.65 0.16
HSL 358.32º 0.63% 0.55% -
HSV(B) 358.32º 0.67% 0.84% -
XYZ 30.87 19.02 8.52 -
YUV 113.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 213 70 74 0 0.67 0.65 0.16 358.32 0.63 0.55
Hex D5 46 4A 0 43 41 10 166 3F 37
Octal 325 106 112 0 103 101 20 546 77 67
Binary 11010101 1000110 1001010 0 1000011 1000001 10000 101100110 111111 110111

Color Harmonies of #D5464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5464A

Black with #D5464A

Text Example


Text Example

White with #D5464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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