Html Css Color HEX #D7475D Mandy

📋 copy color: '#D7475D'

red 215 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D7475D

Tints of Mandy #D7475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 56.73%
G = 18.73%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7475D (or 0xD7475D) is known color: Mandy. HEX triplet: D7, 47 and 5D. RGB value is (215,71,93). Sum of RGB (Red+Green+Blue) = 215+71+93=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7475D is #28B8A2. Grayscale: #747474. Windows color (decimal): -2668707 or 6113239. OLE color: 6113239.

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

Color convert

RGB 215 71 93 -
CMYK 0 0.67 0.57 0.16
HSL 350.83º 0.64% 0.56% -
HSV(B) 350.83º 0.67% 0.84% -
XYZ 32.25 19.74 12.47 -
YUV 116.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 215 71 93 0 0.67 0.57 0.16 350.83 0.64 0.56
Hex D7 47 5D 0 43 39 10 15F 40 38
Octal 327 107 135 0 103 71 20 537 100 70
Binary 11010111 1000111 1011101 0 1000011 111001 10000 101011111 1000000 111000

Color Harmonies of #D7475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7475D

Black with #D7475D

Text Example


Text Example

White with #D7475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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