Html Css Color HEX #D85864 Mandy

📋 copy color: '#D85864'

red 216 ◦ green 88 ◦ blue 100

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

Shades of Mandy #D85864

Tints of Mandy #D85864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

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

R = 53.47%
G = 21.78%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85864 (or 0xD85864) is known color: Mandy. HEX triplet: D8, 58 and 64. RGB value is (216,88,100). Sum of RGB (Red+Green+Blue) = 216+88+100=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85864 is #27A79B. Grayscale: #7F7F7F. Windows color (decimal): -2598812 or 6576344. OLE color: 6576344.

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

Color convert

RGB 216 88 100 -
CMYK 0 0.59 0.54 0.15
HSL 354.38º 0.62% 0.6% -
HSV(B) 354.38º 0.59% 0.85% -
XYZ 34.11 22.5 14.6 -
YUV 127.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 216 88 100 0 0.59 0.54 0.15 354.38 0.62 0.6
Hex D8 58 64 0 3B 36 F 162 3E 3C
Octal 330 130 144 0 73 66 17 542 76 74
Binary 11011000 1011000 1100100 0 111011 110110 1111 101100010 111110 111100

Color Harmonies of #D85864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85864

Black with #D85864

Text Example


Text Example

White with #D85864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85864; }

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

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

background-color css

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

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

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

border-color css

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

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

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