Html Css Color HEX #D85E66 Mandy

📋 copy color: '#D85E66'

red 216 ◦ green 94 ◦ blue 102

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

Shades of Mandy #D85E66

Tints of Mandy #D85E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.82%

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

R = 52.43%
G = 22.82%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D85E66 (or 0xD85E66) is known color: Mandy. HEX triplet: D8, 5E and 66. RGB value is (216,94,102). Sum of RGB (Red+Green+Blue) = 216+94+102=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E66 is #27A199. Grayscale: #838383. Windows color (decimal): -2597274 or 6708952. OLE color: 6708952.

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

Color convert

RGB 216 94 102 -
CMYK 0 0.56 0.53 0.15
HSL 356.07º 0.61% 0.61% -
HSV(B) 356.07º 0.56% 0.85% -
XYZ 34.72 23.56 15.29 -
YUV 131.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 216 94 102 0 0.56 0.53 0.15 356.07 0.61 0.61
Hex D8 5E 66 0 38 35 F 164 3D 3D
Octal 330 136 146 0 70 65 17 544 75 75
Binary 11011000 1011110 1100110 0 111000 110101 1111 101100100 111101 111101

Color Harmonies of #D85E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E66

Black with #D85E66

Text Example


Text Example

White with #D85E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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