Html Css Color HEX #D84054 Mandy

📋 copy color: '#D84054'

red 216 ◦ green 64 ◦ blue 84

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

Shades of Mandy #D84054

Tints of Mandy #D84054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 59.34%
G = 17.58%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D84054 (or 0xD84054) is known color: Mandy. HEX triplet: D8, 40 and 54. RGB value is (216,64,84). Sum of RGB (Red+Green+Blue) = 216+64+84=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D84054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84054 is #27BFAB. Grayscale: #6F6F6F. Windows color (decimal): -2604972 or 5521624. OLE color: 5521624.

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

Color convert

RGB 216 64 84 -
CMYK 0 0.70 0.61 0.15
HSL 352.11º 0.66% 0.55% -
HSV(B) 352.11º 0.7% 0.85% -
XYZ 31.75 18.91 10.36 -
YUV 111.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 216 64 84 0 0.70 0.61 0.15 352.11 0.66 0.55
Hex D8 40 54 0 46 3D F 160 42 37
Octal 330 100 124 0 106 75 17 540 102 67
Binary 11011000 1000000 1010100 0 1000110 111101 1111 101100000 1000010 110111

Color Harmonies of #D84054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84054

Black with #D84054

Text Example


Text Example

White with #D84054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84054; }

 p { color: rgb(216,64,84); }

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

background-color css

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

 a { background-color: rgb(216,64,84); }

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

border-color css

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

 span { border-color: rgb(216,64,84); }

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