Html Css Color HEX #D85464 Mandy

📋 copy color: '#D85464'

red 216 ◦ green 84 ◦ blue 100

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

Shades of Mandy #D85464

Tints of Mandy #D85464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25%

R = 54%
G = 21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85464 (or 0xD85464) is known color: Mandy. HEX triplet: D8, 54 and 64. RGB value is (216,84,100). Sum of RGB (Red+Green+Blue) = 216+84+100=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85464 is #27AB9B. Grayscale: #7D7D7D. Windows color (decimal): -2599836 or 6575320. OLE color: 6575320.

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

Color convert

RGB 216 84 100 -
CMYK 0 0.61 0.54 0.15
HSL 352.73º 0.63% 0.59% -
HSV(B) 352.73º 0.61% 0.85% -
XYZ 33.79 21.86 14.5 -
YUV 125.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 216 84 100 0 0.61 0.54 0.15 352.73 0.63 0.59
Hex D8 54 64 0 3D 36 F 161 3F 3B
Octal 330 124 144 0 75 66 17 541 77 73
Binary 11011000 1010100 1100100 0 111101 110110 1111 101100001 111111 111011

Color Harmonies of #D85464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85464

Black with #D85464

Text Example


Text Example

White with #D85464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85464; }

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

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

background-color css

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

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

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

border-color css

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

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

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