Html Css Color HEX #D85A8A Dark Pink

📋 copy color: '#D85A8A'

red 216 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #D85A8A

Tints of Dark Pink #D85A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

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

R = 48.65%
G = 20.27%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D85A8A (or 0xD85A8A) is known color: Dark Pink. HEX triplet: D8, 5A and 8A. RGB value is (216,90,138). Sum of RGB (Red+Green+Blue) = 216+90+138=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A8A is #27A575. Grayscale: #858585. Windows color (decimal): -2598262 or 9067224. OLE color: 9067224.

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

Color convert

RGB 216 90 138 -
CMYK 0 0.58 0.36 0.15
HSL 337.14º 0.62% 0.6% -
HSV(B) 337.14º 0.58% 0.85% -
XYZ 36.56 23.75 26.7 -
YUV 133.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 216 90 138 0 0.58 0.36 0.15 337.14 0.62 0.6
Hex D8 5A 8A 0 3A 24 F 151 3E 3C
Octal 330 132 212 0 72 44 17 521 76 74
Binary 11011000 1011010 10001010 0 111010 100100 1111 101010001 111110 111100

Color Harmonies of #D85A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A8A

Black with #D85A8A

Text Example


Text Example

White with #D85A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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