Html Css Color HEX #D86085 Dark Pink

📋 copy color: '#D86085'

red 216 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #D86085

Tints of Dark Pink #D86085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 48.54%
G = 21.57%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D86085 (or 0xD86085) is known color: Dark Pink. HEX triplet: D8, 60 and 85. RGB value is (216,96,133). Sum of RGB (Red+Green+Blue) = 216+96+133=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D86085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86085 is #279F7A. Grayscale: #888888. Windows color (decimal): -2596731 or 8741080. OLE color: 8741080.

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

Color convert

RGB 216 96 133 -
CMYK 0 0.56 0.38 0.15
HSL 341.5º 0.61% 0.61% -
HSV(B) 341.5º 0.56% 0.85% -
XYZ 36.74 24.66 25.01 -
YUV 136.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 216 96 133 0 0.56 0.38 0.15 341.5 0.61 0.61
Hex D8 60 85 0 38 26 F 156 3D 3D
Octal 330 140 205 0 70 46 17 526 75 75
Binary 11011000 1100000 10000101 0 111000 100110 1111 101010110 111101 111101

Color Harmonies of #D86085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86085

Black with #D86085

Text Example


Text Example

White with #D86085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86085; }

 p { color: rgb(216,96,133); }

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

background-color css

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

 a { background-color: rgb(216,96,133); }

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

border-color css

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

 span { border-color: rgb(216,96,133); }

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