Html Css Color HEX #D85C8A Dark Pink

📋 copy color: '#D85C8A'

red 216 ◦ green 92 ◦ blue 138

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

Shades of Dark Pink #D85C8A

Tints of Dark Pink #D85C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 48.43%
G = 20.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D85C8A (or 0xD85C8A) is known color: Dark Pink. HEX triplet: D8, 5C and 8A. RGB value is (216,92,138). Sum of RGB (Red+Green+Blue) = 216+92+138=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C8A is #27A375. Grayscale: #868686. Windows color (decimal): -2597750 or 9067736. OLE color: 9067736.

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

Color convert

RGB 216 92 138 -
CMYK 0 0.57 0.36 0.15
HSL 337.74º 0.61% 0.6% -
HSV(B) 337.74º 0.57% 0.85% -
XYZ 36.73 24.09 26.76 -
YUV 134.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 216 92 138 0 0.57 0.36 0.15 337.74 0.61 0.6
Hex D8 5C 8A 0 39 24 F 152 3D 3C
Octal 330 134 212 0 71 44 17 522 75 74
Binary 11011000 1011100 10001010 0 111001 100100 1111 101010010 111101 111100

Color Harmonies of #D85C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C8A

Black with #D85C8A

Text Example


Text Example

White with #D85C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C8A; }

 p { color: rgb(216,92,138); }

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

background-color css

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

 a { background-color: rgb(216,92,138); }

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

border-color css

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

 span { border-color: rgb(216,92,138); }

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