Html Css Color HEX #D85361 Mandy

📋 copy color: '#D85361'

red 216 ◦ green 83 ◦ blue 97

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

Shades of Mandy #D85361

Tints of Mandy #D85361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 97 (38.28% from 255) = 24.49%

R = 54.55%
G = 20.96%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D85361 (or 0xD85361) is known color: Mandy. HEX triplet: D8, 53 and 61. RGB value is (216,83,97). Sum of RGB (Red+Green+Blue) = 216+83+97=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85361 is #27AC9E. Grayscale: #7C7C7C. Windows color (decimal): -2600095 or 6378456. OLE color: 6378456.

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

Color convert

RGB 216 83 97 -
CMYK 0 0.62 0.55 0.15
HSL 353.68º 0.63% 0.59% -
HSV(B) 353.68º 0.62% 0.85% -
XYZ 33.57 21.65 13.72 -
YUV 124.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 216 83 97 0 0.62 0.55 0.15 353.68 0.63 0.59
Hex D8 53 61 0 3E 37 F 162 3F 3B
Octal 330 123 141 0 76 67 17 542 77 73
Binary 11011000 1010011 1100001 0 111110 110111 1111 101100010 111111 111011

Color Harmonies of #D85361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85361

Black with #D85361

Text Example


Text Example

White with #D85361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85361; }

 p { color: rgb(216,83,97); }

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

background-color css

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

 a { background-color: rgb(216,83,97); }

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

border-color css

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

 span { border-color: rgb(216,83,97); }

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