Html Css Color HEX #D84C5E Mandy

📋 copy color: '#D84C5E'

red 216 ◦ green 76 ◦ blue 94

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

Shades of Mandy #D84C5E

Tints of Mandy #D84C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

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

R = 55.96%
G = 19.69%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D84C5E (or 0xD84C5E) is known color: Mandy. HEX triplet: D8, 4C and 5E. RGB value is (216,76,94). Sum of RGB (Red+Green+Blue) = 216+76+94=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C5E is #27B3A1. Grayscale: #777777. Windows color (decimal): -2601890 or 6180056. OLE color: 6180056.

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

Color convert

RGB 216 76 94 -
CMYK 0 0.65 0.56 0.15
HSL 352.29º 0.64% 0.57% -
HSV(B) 352.29º 0.65% 0.85% -
XYZ 32.92 20.58 12.83 -
YUV 119.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 216 76 94 0 0.65 0.56 0.15 352.29 0.64 0.57
Hex D8 4C 5E 0 41 38 F 160 40 39
Octal 330 114 136 0 101 70 17 540 100 71
Binary 11011000 1001100 1011110 0 1000001 111000 1111 101100000 1000000 111001

Color Harmonies of #D84C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C5E

Black with #D84C5E

Text Example


Text Example

White with #D84C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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