Html Css Color HEX #D85F65 Mandy

📋 copy color: '#D85F65'

red 216 ◦ green 95 ◦ blue 101

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

Shades of Mandy #D85F65

Tints of Mandy #D85F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 101 (39.84% from 255) = 24.51%

R = 52.43%
G = 23.06%
B = 24.51%

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

#D85F65 (or 0xD85F65) is known color: Mandy. HEX triplet: D8, 5F and 65. RGB value is (216,95,101). Sum of RGB (Red+Green+Blue) = 216+95+101=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F65 is #27A09A. Grayscale: #838383. Windows color (decimal): -2597019 or 6643672. OLE color: 6643672.

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

Color convert

RGB 216 95 101 -
CMYK 0 0.56 0.53 0.15
HSL 357.02º 0.61% 0.61% -
HSV(B) 357.02º 0.56% 0.85% -
XYZ 34.76 23.72 15.06 -
YUV 131.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 216 95 101 0 0.56 0.53 0.15 357.02 0.61 0.61
Hex D8 5F 65 0 38 35 F 165 3D 3D
Octal 330 137 145 0 70 65 17 545 75 75
Binary 11011000 1011111 1100101 0 111000 110101 1111 101100101 111101 111101

Color Harmonies of #D85F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F65

Black with #D85F65

Text Example


Text Example

White with #D85F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F65; }

 p { color: rgb(216,95,101); }

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

background-color css

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

 a { background-color: rgb(216,95,101); }

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

border-color css

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

 span { border-color: rgb(216,95,101); }

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