Html Css Color HEX #D85789 Dark Pink

📋 copy color: '#D85789'

red 216 ◦ green 87 ◦ blue 137

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

Shades of Dark Pink #D85789

Tints of Dark Pink #D85789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 49.09%
G = 19.77%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85789 (or 0xD85789) is known color: Dark Pink. HEX triplet: D8, 57 and 89. RGB value is (216,87,137). Sum of RGB (Red+Green+Blue) = 216+87+137=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D85789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85789 is #27A876. Grayscale: #838383. Windows color (decimal): -2599031 or 9000920. OLE color: 9000920.

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

Color convert

RGB 216 87 137 -
CMYK 0 0.60 0.37 0.15
HSL 336.74º 0.62% 0.59% -
HSV(B) 336.74º 0.6% 0.85% -
XYZ 36.24 23.22 26.24 -
YUV 131.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 216 87 137 0 0.60 0.37 0.15 336.74 0.62 0.59
Hex D8 57 89 0 3C 25 F 151 3E 3B
Octal 330 127 211 0 74 45 17 521 76 73
Binary 11011000 1010111 10001001 0 111100 100101 1111 101010001 111110 111011

Color Harmonies of #D85789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85789

Black with #D85789

Text Example


Text Example

White with #D85789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85789; }

 p { color: rgb(216,87,137); }

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

background-color css

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

 a { background-color: rgb(216,87,137); }

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

border-color css

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

 span { border-color: rgb(216,87,137); }

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