Html Css Color HEX #D4515D Mandy

📋 copy color: '#D4515D'

red 212 ◦ green 81 ◦ blue 93

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

Shades of Mandy #D4515D

Tints of Mandy #D4515D

RGB

 RED value IS 212 (83.2% from 255) = 54.92%

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

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

R = 54.92%
G = 20.98%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4515D (or 0xD4515D) is known color: Mandy. HEX triplet: D4, 51 and 5D. RGB value is (212,81,93). Sum of RGB (Red+Green+Blue) = 212+81+93=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4515D is #2BAEA2. Grayscale: #797979. Windows color (decimal): -2862755 or 6115796. OLE color: 6115796.

HSL color Cylindrical-coordinate representation of color #D4515D: hue angle of 354.5º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4515D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 93 -
CMYK 0 0.62 0.56 0.17
HSL 354.5º 0.6% 0.57% -
HSV(B) 354.5º 0.62% 0.83% -
XYZ 32.07 20.67 12.66 -
YUV 121.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 212 81 93 0 0.62 0.56 0.17 354.5 0.6 0.57
Hex D4 51 5D 0 3E 38 11 163 3C 39
Octal 324 121 135 0 76 70 21 543 74 71
Binary 11010100 1010001 1011101 0 111110 111000 10001 101100011 111100 111001

Color Harmonies of #D4515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4515D

Black with #D4515D

Text Example


Text Example

White with #D4515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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