Html Css Color HEX #D85D8A Dark Pink

📋 copy color: '#D85D8A'

red 216 ◦ green 93 ◦ blue 138

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

Shades of Dark Pink #D85D8A

Tints of Dark Pink #D85D8A

RGB

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

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

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

R = 48.32%
G = 20.81%
B = 30.87%

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

#D85D8A (or 0xD85D8A) is known color: Dark Pink. HEX triplet: D8, 5D and 8A. RGB value is (216,93,138). Sum of RGB (Red+Green+Blue) = 216+93+138=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85D8A is #27A275. Grayscale: #868686. Windows color (decimal): -2597494 or 9067992. OLE color: 9067992.

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

Color convert

RGB 216 93 138 -
CMYK 0 0.57 0.36 0.15
HSL 338.05º 0.61% 0.61% -
HSV(B) 338.05º 0.57% 0.85% -
XYZ 36.82 24.26 26.79 -
YUV 134.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 216 93 138 0 0.57 0.36 0.15 338.05 0.61 0.61
Hex D8 5D 8A 0 39 24 F 152 3D 3D
Octal 330 135 212 0 71 44 17 522 75 75
Binary 11011000 1011101 10001010 0 111001 100100 1111 101010010 111101 111101

Color Harmonies of #D85D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D8A

Black with #D85D8A

Text Example


Text Example

White with #D85D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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