Html Css Color HEX #D85462 Mandy

📋 copy color: '#D85462'

red 216 ◦ green 84 ◦ blue 98

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

Shades of Mandy #D85462

Tints of Mandy #D85462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.11%

 BLUE value IS 98 (38.67% from 255) = 24.62%

R = 54.27%
G = 21.11%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D85462 (or 0xD85462) is known color: Mandy. HEX triplet: D8, 54 and 62. RGB value is (216,84,98). Sum of RGB (Red+Green+Blue) = 216+84+98=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85462 is #27AB9D. Grayscale: #7D7D7D. Windows color (decimal): -2599838 or 6444248. OLE color: 6444248.

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

Color convert

RGB 216 84 98 -
CMYK 0 0.61 0.55 0.15
HSL 353.64º 0.63% 0.59% -
HSV(B) 353.64º 0.61% 0.85% -
XYZ 33.69 21.82 13.99 -
YUV 125.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 216 84 98 0 0.61 0.55 0.15 353.64 0.63 0.59
Hex D8 54 62 0 3D 37 F 162 3F 3B
Octal 330 124 142 0 75 67 17 542 77 73
Binary 11011000 1010100 1100010 0 111101 110111 1111 101100010 111111 111011

Color Harmonies of #D85462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85462

Black with #D85462

Text Example


Text Example

White with #D85462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85462; }

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

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

background-color css

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

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

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

border-color css

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

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

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