Html Css Color HEX #D9528C Dark Pink

📋 copy color: '#D9528C'

red 217 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #D9528C

Tints of Dark Pink #D9528C

RGB

 RED value IS 217 (85.16% from 255) = 49.43%

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 49.43%
G = 18.68%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9528C (or 0xD9528C) is known color: Dark Pink. HEX triplet: D9, 52 and 8C. RGB value is (217,82,140). Sum of RGB (Red+Green+Blue) = 217+82+140=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9528C is #26AD73. Grayscale: #808080. Windows color (decimal): -2534772 or 9196249. OLE color: 9196249.

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

Color convert

RGB 217 82 140 -
CMYK 0 0.62 0.35 0.15
HSL 334.22º 0.64% 0.59% -
HSV(B) 334.22º 0.62% 0.85% -
XYZ 36.37 22.68 27.27 -
YUV 128.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 217 82 140 0 0.62 0.35 0.15 334.22 0.64 0.59
Hex D9 52 8C 0 3E 23 F 14E 40 3B
Octal 331 122 214 0 76 43 17 516 100 73
Binary 11011001 1010010 10001100 0 111110 100011 1111 101001110 1000000 111011

Color Harmonies of #D9528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9528C

Black with #D9528C

Text Example


Text Example

White with #D9528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9528C; }

 p { color: rgb(217,82,140); }

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

background-color css

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

 a { background-color: rgb(217,82,140); }

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

border-color css

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

 span { border-color: rgb(217,82,140); }

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