Html Css Color HEX #D84A5D Mandy

📋 copy color: '#D84A5D'

red 216 ◦ green 74 ◦ blue 93

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

Shades of Mandy #D84A5D

Tints of Mandy #D84A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

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

R = 56.4%
G = 19.32%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D84A5D (or 0xD84A5D) is known color: Mandy. HEX triplet: D8, 4A and 5D. RGB value is (216,74,93). Sum of RGB (Red+Green+Blue) = 216+74+93=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A5D is #27B5A2. Grayscale: #767676. Windows color (decimal): -2602403 or 6114008. OLE color: 6114008.

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

Color convert

RGB 216 74 93 -
CMYK 0 0.66 0.57 0.15
HSL 351.97º 0.65% 0.57% -
HSV(B) 351.97º 0.66% 0.85% -
XYZ 32.74 20.29 12.55 -
YUV 118.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 216 74 93 0 0.66 0.57 0.15 351.97 0.65 0.57
Hex D8 4A 5D 0 42 39 F 160 41 39
Octal 330 112 135 0 102 71 17 540 101 71
Binary 11011000 1001010 1011101 0 1000010 111001 1111 101100000 1000001 111001

Color Harmonies of #D84A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A5D

Black with #D84A5D

Text Example


Text Example

White with #D84A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A5D; }

 p { color: rgb(216,74,93); }

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

background-color css

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

 a { background-color: rgb(216,74,93); }

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

border-color css

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

 span { border-color: rgb(216,74,93); }

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