Html Css Color HEX #D7475A Mandy

📋 copy color: '#D7475A'

red 215 ◦ green 71 ◦ blue 90

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

Shades of Mandy #D7475A

Tints of Mandy #D7475A

RGB

 RED value IS 215 (84.38% from 255) = 57.18%

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

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

R = 57.18%
G = 18.88%
B = 23.94%

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

#D7475A (or 0xD7475A) is known color: Mandy. HEX triplet: D7, 47 and 5A. RGB value is (215,71,90). Sum of RGB (Red+Green+Blue) = 215+71+90=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7475A is #28B8A5. Grayscale: #747474. Windows color (decimal): -2668710 or 5916631. OLE color: 5916631.

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

Color convert

RGB 215 71 90 -
CMYK 0 0.67 0.58 0.16
HSL 352.08º 0.64% 0.56% -
HSV(B) 352.08º 0.67% 0.84% -
XYZ 32.12 19.69 11.78 -
YUV 116.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 215 71 90 0 0.67 0.58 0.16 352.08 0.64 0.56
Hex D7 47 5A 0 43 3A 10 160 40 38
Octal 327 107 132 0 103 72 20 540 100 70
Binary 11010111 1000111 1011010 0 1000011 111010 10000 101100000 1000000 111000

Color Harmonies of #D7475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7475A

Black with #D7475A

Text Example


Text Example

White with #D7475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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