Html Css Color HEX #D84D5E Mandy

📋 copy color: '#D84D5E'

red 216 ◦ green 77 ◦ blue 94

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

Shades of Mandy #D84D5E

Tints of Mandy #D84D5E

RGB

 RED value IS 216 (84.77% from 255) = 55.81%

 GREEN value IS 77 (30.47% from 255) = 19.9%

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 55.81%
G = 19.9%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D84D5E (or 0xD84D5E) is known color: Mandy. HEX triplet: D8, 4D and 5E. RGB value is (216,77,94). Sum of RGB (Red+Green+Blue) = 216+77+94=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D5E is #27B2A1. Grayscale: #787878. Windows color (decimal): -2601634 or 6180312. OLE color: 6180312.

HSL color Cylindrical-coordinate representation of color #D84D5E: hue angle of 352.66º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D5E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 94 -
CMYK 0 0.64 0.56 0.15
HSL 352.66º 0.64% 0.57% -
HSV(B) 352.66º 0.64% 0.85% -
XYZ 32.99 20.71 12.85 -
YUV 120.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 216 77 94 0 0.64 0.56 0.15 352.66 0.64 0.57
Hex D8 4D 5E 0 40 38 F 161 40 39
Octal 330 115 136 0 100 70 17 541 100 71
Binary 11011000 1001101 1011110 0 1000000 111000 1111 101100001 1000000 111001

Color Harmonies of #D84D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D5E

Black with #D84D5E

Text Example


Text Example

White with #D84D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D5E; }

 p { color: rgb(216,77,94); }

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

background-color css

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

 a { background-color: rgb(216,77,94); }

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

border-color css

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

 span { border-color: rgb(216,77,94); }

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