Html Css Color HEX #D9528A Dark Pink

📋 copy color: '#D9528A'

red 217 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #D9528A

Tints of Dark Pink #D9528A

RGB

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

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

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

R = 49.66%
G = 18.76%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9528A (or 0xD9528A) is known color: Dark Pink. HEX triplet: D9, 52 and 8A. RGB value is (217,82,138). Sum of RGB (Red+Green+Blue) = 217+82+138=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9528A is #26AD75. Grayscale: #808080. Windows color (decimal): -2534774 or 9065177. OLE color: 9065177.

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

Color convert

RGB 217 82 138 -
CMYK 0 0.62 0.36 0.15
HSL 335.11º 0.64% 0.59% -
HSV(B) 335.11º 0.62% 0.85% -
XYZ 36.22 22.62 26.5 -
YUV 128.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 217 82 138 0 0.62 0.36 0.15 335.11 0.64 0.59
Hex D9 52 8A 0 3E 24 F 14F 40 3B
Octal 331 122 212 0 76 44 17 517 100 73
Binary 11011001 1010010 10001010 0 111110 100100 1111 101001111 1000000 111011

Color Harmonies of #D9528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9528A

Black with #D9528A

Text Example


Text Example

White with #D9528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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