Html Css Color HEX #D84C5B Mandy

📋 copy color: '#D84C5B'

red 216 ◦ green 76 ◦ blue 91

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

Shades of Mandy #D84C5B

Tints of Mandy #D84C5B

RGB

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

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

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

R = 56.4%
G = 19.84%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D84C5B (or 0xD84C5B) is known color: Mandy. HEX triplet: D8, 4C and 5B. RGB value is (216,76,91). Sum of RGB (Red+Green+Blue) = 216+76+91=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C5B is #27B3A4. Grayscale: #777777. Windows color (decimal): -2601893 or 5983448. OLE color: 5983448.

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

Color convert

RGB 216 76 91 -
CMYK 0 0.65 0.58 0.15
HSL 353.57º 0.64% 0.57% -
HSV(B) 353.57º 0.65% 0.85% -
XYZ 32.79 20.52 12.13 -
YUV 119.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 216 76 91 0 0.65 0.58 0.15 353.57 0.64 0.57
Hex D8 4C 5B 0 41 3A F 162 40 39
Octal 330 114 133 0 101 72 17 542 100 71
Binary 11011000 1001100 1011011 0 1000001 111010 1111 101100010 1000000 111001

Color Harmonies of #D84C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C5B

Black with #D84C5B

Text Example


Text Example

White with #D84C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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