Html Css Color HEX #DA528B Dark Pink

📋 copy color: '#DA528B'

red 218 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #DA528B

Tints of Dark Pink #DA528B

RGB

 RED value IS 218 (85.55% from 255) = 49.66%

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 49.66%
G = 18.68%
B = 31.66%

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

#DA528B (or 0xDA528B) is known color: Dark Pink. HEX triplet: DA, 52 and 8B. RGB value is (218,82,139). Sum of RGB (Red+Green+Blue) = 218+82+139=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA528B is #25AD74. Grayscale: #818181. Windows color (decimal): -2469237 or 9130714. OLE color: 9130714.

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

Color convert

RGB 218 82 139 -
CMYK 0 0.62 0.36 0.15
HSL 334.85º 0.65% 0.59% -
HSV(B) 334.85º 0.62% 0.85% -
XYZ 36.59 22.8 26.9 -
YUV 129.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 218 82 139 0 0.62 0.36 0.15 334.85 0.65 0.59
Hex DA 52 8B 0 3E 24 F 14F 41 3B
Octal 332 122 213 0 76 44 17 517 101 73
Binary 11011010 1010010 10001011 0 111110 100100 1111 101001111 1000001 111011

Color Harmonies of #DA528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA528B

Black with #DA528B

Text Example


Text Example

White with #DA528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA528B; }

 p { color: rgb(218,82,139); }

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

background-color css

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

 a { background-color: rgb(218,82,139); }

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

border-color css

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

 span { border-color: rgb(218,82,139); }

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