Html Css Color HEX #D84D52 Mandy

📋 copy color: '#D84D52'

red 216 ◦ green 77 ◦ blue 82

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

Shades of Mandy #D84D52

Tints of Mandy #D84D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 57.6%
G = 20.53%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D84D52 (or 0xD84D52) is known color: Mandy. HEX triplet: D8, 4D and 52. RGB value is (216,77,82). Sum of RGB (Red+Green+Blue) = 216+77+82=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D52 is #27B2AD. Grayscale: #777777. Windows color (decimal): -2601646 or 5393880. OLE color: 5393880.

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

Color convert

RGB 216 77 82 -
CMYK 0 0.64 0.62 0.15
HSL 357.84º 0.64% 0.57% -
HSV(B) 357.84º 0.64% 0.85% -
XYZ 32.5 20.52 10.23 -
YUV 119.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 216 77 82 0 0.64 0.62 0.15 357.84 0.64 0.57
Hex D8 4D 52 0 40 3E F 166 40 39
Octal 330 115 122 0 100 76 17 546 100 71
Binary 11011000 1001101 1010010 0 1000000 111110 1111 101100110 1000000 111001

Color Harmonies of #D84D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D52

Black with #D84D52

Text Example


Text Example

White with #D84D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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