Html Css Color HEX #D7475C Mandy

📋 copy color: '#D7475C'

red 215 ◦ green 71 ◦ blue 92

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

Shades of Mandy #D7475C

Tints of Mandy #D7475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.34%

R = 56.88%
G = 18.78%
B = 24.34%

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

#D7475C (or 0xD7475C) is known color: Mandy. HEX triplet: D7, 47 and 5C. RGB value is (215,71,92). Sum of RGB (Red+Green+Blue) = 215+71+92=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7475C is #28B8A3. Grayscale: #747474. Windows color (decimal): -2668708 or 6047703. OLE color: 6047703.

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

Color convert

RGB 215 71 92 -
CMYK 0 0.67 0.57 0.16
HSL 351.25º 0.64% 0.56% -
HSV(B) 351.25º 0.67% 0.84% -
XYZ 32.21 19.73 12.24 -
YUV 116.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 215 71 92 0 0.67 0.57 0.16 351.25 0.64 0.56
Hex D7 47 5C 0 43 39 10 15F 40 38
Octal 327 107 134 0 103 71 20 537 100 70
Binary 11010111 1000111 1011100 0 1000011 111001 10000 101011111 1000000 111000

Color Harmonies of #D7475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7475C

Black with #D7475C

Text Example


Text Example

White with #D7475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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