Html Css Color HEX #D85B66 Mandy

📋 copy color: '#D85B66'

red 216 ◦ green 91 ◦ blue 102

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

Shades of Mandy #D85B66

Tints of Mandy #D85B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 52.81%
G = 22.25%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D85B66 (or 0xD85B66) is known color: Mandy. HEX triplet: D8, 5B and 66. RGB value is (216,91,102). Sum of RGB (Red+Green+Blue) = 216+91+102=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B66 is #27A499. Grayscale: #818181. Windows color (decimal): -2598042 or 6708184. OLE color: 6708184.

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

Color convert

RGB 216 91 102 -
CMYK 0 0.58 0.53 0.15
HSL 354.72º 0.62% 0.6% -
HSV(B) 354.72º 0.58% 0.85% -
XYZ 34.46 23.04 15.2 -
YUV 129.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 216 91 102 0 0.58 0.53 0.15 354.72 0.62 0.6
Hex D8 5B 66 0 3A 35 F 163 3E 3C
Octal 330 133 146 0 72 65 17 543 76 74
Binary 11011000 1011011 1100110 0 111010 110101 1111 101100011 111110 111100

Color Harmonies of #D85B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B66

Black with #D85B66

Text Example


Text Example

White with #D85B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B66; }

 p { color: rgb(216,91,102); }

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

background-color css

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

 a { background-color: rgb(216,91,102); }

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

border-color css

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

 span { border-color: rgb(216,91,102); }

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