Html Css Color HEX #D85F64 Mandy

📋 copy color: '#D85F64'

red 216 ◦ green 95 ◦ blue 100

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

Shades of Mandy #D85F64

Tints of Mandy #D85F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 52.55%
G = 23.11%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85F64 (or 0xD85F64) is known color: Mandy. HEX triplet: D8, 5F and 64. RGB value is (216,95,100). Sum of RGB (Red+Green+Blue) = 216+95+100=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F64 is #27A09B. Grayscale: #838383. Windows color (decimal): -2597020 or 6578136. OLE color: 6578136.

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

Color convert

RGB 216 95 100 -
CMYK 0 0.56 0.54 0.15
HSL 357.52º 0.61% 0.61% -
HSV(B) 357.52º 0.56% 0.85% -
XYZ 34.71 23.7 14.8 -
YUV 131.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 216 95 100 0 0.56 0.54 0.15 357.52 0.61 0.61
Hex D8 5F 64 0 38 36 F 166 3D 3D
Octal 330 137 144 0 70 66 17 546 75 75
Binary 11011000 1011111 1100100 0 111000 110110 1111 101100110 111101 111101

Color Harmonies of #D85F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F64

Black with #D85F64

Text Example


Text Example

White with #D85F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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