Html Css Color HEX #D7515D Mandy

📋 copy color: '#D7515D'

red 215 ◦ green 81 ◦ blue 93

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

Shades of Mandy #D7515D

Tints of Mandy #D7515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

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

R = 55.27%
G = 20.82%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7515D (or 0xD7515D) is known color: Mandy. HEX triplet: D7, 51 and 5D. RGB value is (215,81,93). Sum of RGB (Red+Green+Blue) = 215+81+93=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7515D is #28AEA2. Grayscale: #7A7A7A. Windows color (decimal): -2666147 or 6115799. OLE color: 6115799.

HSL color Cylindrical-coordinate representation of color #D7515D: hue angle of 354.63º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7515D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 93 -
CMYK 0 0.62 0.57 0.16
HSL 354.63º 0.63% 0.58% -
HSV(B) 354.63º 0.62% 0.84% -
XYZ 32.94 21.12 12.7 -
YUV 122.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 215 81 93 0 0.62 0.57 0.16 354.63 0.63 0.58
Hex D7 51 5D 0 3E 39 10 163 3F 3A
Octal 327 121 135 0 76 71 20 543 77 72
Binary 11010111 1010001 1011101 0 111110 111001 10000 101100011 111111 111010

Color Harmonies of #D7515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7515D

Black with #D7515D

Text Example


Text Example

White with #D7515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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