Html Css Color HEX #D84D5C Mandy

📋 copy color: '#D84D5C'

red 216 ◦ green 77 ◦ blue 92

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

Shades of Mandy #D84D5C

Tints of Mandy #D84D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 56.1%
G = 20%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D84D5C (or 0xD84D5C) is known color: Mandy. HEX triplet: D8, 4D and 5C. RGB value is (216,77,92). Sum of RGB (Red+Green+Blue) = 216+77+92=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D5C is #27B2A3. Grayscale: #787878. Windows color (decimal): -2601636 or 6049240. OLE color: 6049240.

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

Color convert

RGB 216 77 92 -
CMYK 0 0.64 0.57 0.15
HSL 353.53º 0.64% 0.57% -
HSV(B) 353.53º 0.64% 0.85% -
XYZ 32.9 20.68 12.38 -
YUV 120.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 216 77 92 0 0.64 0.57 0.15 353.53 0.64 0.57
Hex D8 4D 5C 0 40 39 F 162 40 39
Octal 330 115 134 0 100 71 17 542 100 71
Binary 11011000 1001101 1011100 0 1000000 111001 1111 101100010 1000000 111001

Color Harmonies of #D84D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D5C

Black with #D84D5C

Text Example


Text Example

White with #D84D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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