Html Css Color HEX #D8484A Mandy

📋 copy color: '#D8484A'

red 216 ◦ green 72 ◦ blue 74

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

Shades of Mandy #D8484A

Tints of Mandy #D8484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 59.67%
G = 19.89%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8484A (or 0xD8484A) is known color: Mandy. HEX triplet: D8, 48 and 4A. RGB value is (216,72,74). Sum of RGB (Red+Green+Blue) = 216+72+74=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8484A is #27B7B5. Grayscale: #737373. Windows color (decimal): -2602934 or 4868312. OLE color: 4868312.

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

Color convert

RGB 216 72 74 -
CMYK 0 0.67 0.66 0.15
HSL 359.17º 0.65% 0.56% -
HSV(B) 359.17º 0.67% 0.85% -
XYZ 31.87 19.73 8.61 -
YUV 115.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 216 72 74 0 0.67 0.66 0.15 359.17 0.65 0.56
Hex D8 48 4A 0 43 42 F 167 41 38
Octal 330 110 112 0 103 102 17 547 101 70
Binary 11011000 1001000 1001010 0 1000011 1000010 1111 101100111 1000001 111000

Color Harmonies of #D8484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8484A

Black with #D8484A

Text Example


Text Example

White with #D8484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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