Html Css Color HEX #D7485B Mandy

📋 copy color: '#D7485B'

red 215 ◦ green 72 ◦ blue 91

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

Shades of Mandy #D7485B

Tints of Mandy #D7485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 56.88%
G = 19.05%
B = 24.07%

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

#D7485B (or 0xD7485B) is known color: Mandy. HEX triplet: D7, 48 and 5B. RGB value is (215,72,91). Sum of RGB (Red+Green+Blue) = 215+72+91=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7485B is #28B7A4. Grayscale: #747474. Windows color (decimal): -2668453 or 5982423. OLE color: 5982423.

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

Color convert

RGB 215 72 91 -
CMYK 0 0.67 0.58 0.16
HSL 352.03º 0.64% 0.56% -
HSV(B) 352.03º 0.67% 0.84% -
XYZ 32.23 19.84 12.03 -
YUV 116.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 215 72 91 0 0.67 0.58 0.16 352.03 0.64 0.56
Hex D7 48 5B 0 43 3A 10 160 40 38
Octal 327 110 133 0 103 72 20 540 100 70
Binary 11010111 1001000 1011011 0 1000011 111010 10000 101100000 1000000 111000

Color Harmonies of #D7485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7485B

Black with #D7485B

Text Example


Text Example

White with #D7485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7485B; }

 p { color: rgb(215,72,91); }

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

background-color css

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

 a { background-color: rgb(215,72,91); }

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

border-color css

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

 span { border-color: rgb(215,72,91); }

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