Html Css Color HEX #D5475A Mandy

📋 copy color: '#D5475A'

red 213 ◦ green 71 ◦ blue 90

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

Shades of Mandy #D5475A

Tints of Mandy #D5475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 56.95%
G = 18.98%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5475A (or 0xD5475A) is known color: Mandy. HEX triplet: D5, 47 and 5A. RGB value is (213,71,90). Sum of RGB (Red+Green+Blue) = 213+71+90=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5475A is #2AB8A5. Grayscale: #737373. Windows color (decimal): -2799782 or 5916629. OLE color: 5916629.

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

Color convert

RGB 213 71 90 -
CMYK 0 0.67 0.58 0.16
HSL 351.97º 0.63% 0.56% -
HSV(B) 351.97º 0.67% 0.84% -
XYZ 31.54 19.39 11.75 -
YUV 115.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 213 71 90 0 0.67 0.58 0.16 351.97 0.63 0.56
Hex D5 47 5A 0 43 3A 10 160 3F 38
Octal 325 107 132 0 103 72 20 540 77 70
Binary 11010101 1000111 1011010 0 1000011 111010 10000 101100000 111111 111000

Color Harmonies of #D5475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5475A

Black with #D5475A

Text Example


Text Example

White with #D5475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5475A; }

 p { color: rgb(213,71,90); }

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

background-color css

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

 a { background-color: rgb(213,71,90); }

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

border-color css

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

 span { border-color: rgb(213,71,90); }

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