Html Css Color HEX #D85D67 Mandy

📋 copy color: '#D85D67'

red 216 ◦ green 93 ◦ blue 103

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

Shades of Mandy #D85D67

Tints of Mandy #D85D67

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 103 (40.63% from 255) = 25%

R = 52.43%
G = 22.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D85D67 (or 0xD85D67) is known color: Mandy. HEX triplet: D8, 5D and 67. RGB value is (216,93,103). Sum of RGB (Red+Green+Blue) = 216+93+103=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D67 is #27A298. Grayscale: #838383. Windows color (decimal): -2597529 or 6774232. OLE color: 6774232.

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

Color convert

RGB 216 93 103 -
CMYK 0 0.57 0.52 0.15
HSL 355.12º 0.61% 0.61% -
HSV(B) 355.12º 0.57% 0.85% -
XYZ 34.68 23.41 15.52 -
YUV 130.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 216 93 103 0 0.57 0.52 0.15 355.12 0.61 0.61
Hex D8 5D 67 0 39 34 F 163 3D 3D
Octal 330 135 147 0 71 64 17 543 75 75
Binary 11011000 1011101 1100111 0 111001 110100 1111 101100011 111101 111101

Color Harmonies of #D85D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D67

Black with #D85D67

Text Example


Text Example

White with #D85D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D67; }

 p { color: rgb(216,93,103); }

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

background-color css

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

 a { background-color: rgb(216,93,103); }

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

border-color css

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

 span { border-color: rgb(216,93,103); }

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