Html Css Color HEX #D85B5C Mandy

📋 copy color: '#D85B5C'

red 216 ◦ green 91 ◦ blue 92

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

Shades of Mandy #D85B5C

Tints of Mandy #D85B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 54.14%
G = 22.81%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D85B5C (or 0xD85B5C) is known color: Mandy. HEX triplet: D8, 5B and 5C. RGB value is (216,91,92). Sum of RGB (Red+Green+Blue) = 216+91+92=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B5C is #27A4A3. Grayscale: #808080. Windows color (decimal): -2598052 or 6052824. OLE color: 6052824.

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

Color convert

RGB 216 91 92 -
CMYK 0 0.58 0.57 0.15
HSL 359.52º 0.62% 0.6% -
HSV(B) 359.52º 0.58% 0.85% -
XYZ 33.99 22.85 12.74 -
YUV 128.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 216 91 92 0 0.58 0.57 0.15 359.52 0.62 0.6
Hex D8 5B 5C 0 3A 39 F 168 3E 3C
Octal 330 133 134 0 72 71 17 550 76 74
Binary 11011000 1011011 1011100 0 111010 111001 1111 101101000 111110 111100

Color Harmonies of #D85B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B5C

Black with #D85B5C

Text Example


Text Example

White with #D85B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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