Html Css Color HEX #D8485C Mandy

📋 copy color: '#D8485C'

red 216 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D8485C

Tints of Mandy #D8485C

RGB

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

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

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

R = 56.84%
G = 18.95%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8485C (or 0xD8485C) is known color: Mandy. HEX triplet: D8, 48 and 5C. RGB value is (216,72,92). Sum of RGB (Red+Green+Blue) = 216+72+92=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8485C is #27B7A3. Grayscale: #757575. Windows color (decimal): -2602916 or 6047960. OLE color: 6047960.

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

Color convert

RGB 216 72 92 -
CMYK 0 0.67 0.57 0.15
HSL 351.67º 0.65% 0.56% -
HSV(B) 351.67º 0.67% 0.85% -
XYZ 32.57 20.01 12.27 -
YUV 117.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 216 72 92 0 0.67 0.57 0.15 351.67 0.65 0.56
Hex D8 48 5C 0 43 39 F 160 41 38
Octal 330 110 134 0 103 71 17 540 101 70
Binary 11011000 1001000 1011100 0 1000011 111001 1111 101100000 1000001 111000

Color Harmonies of #D8485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8485C

Black with #D8485C

Text Example


Text Example

White with #D8485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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