Html Css Color HEX #D7475F Mandy

📋 copy color: '#D7475F'

red 215 ◦ green 71 ◦ blue 95

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

Shades of Mandy #D7475F

Tints of Mandy #D7475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 56.43%
G = 18.64%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7475F (or 0xD7475F) is known color: Mandy. HEX triplet: D7, 47 and 5F. RGB value is (215,71,95). Sum of RGB (Red+Green+Blue) = 215+71+95=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7475F is #28B8A0. Grayscale: #747474. Windows color (decimal): -2668705 or 6244311. OLE color: 6244311.

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

Color convert

RGB 215 71 95 -
CMYK 0 0.67 0.56 0.16
HSL 350º 0.64% 0.56% -
HSV(B) 350º 0.67% 0.84% -
XYZ 32.34 19.78 12.94 -
YUV 116.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 215 71 95 0 0.67 0.56 0.16 350 0.64 0.56
Hex D7 47 5F 0 43 38 10 15E 40 38
Octal 327 107 137 0 103 70 20 536 100 70
Binary 11010111 1000111 1011111 0 1000011 111000 10000 101011110 1000000 111000

Color Harmonies of #D7475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7475F

Black with #D7475F

Text Example


Text Example

White with #D7475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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