Html Css Color HEX #DA528C Dark Pink

📋 copy color: '#DA528C'

red 218 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #DA528C

Tints of Dark Pink #DA528C

RGB

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

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

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

R = 49.55%
G = 18.64%
B = 31.82%

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

#DA528C (or 0xDA528C) is known color: Dark Pink. HEX triplet: DA, 52 and 8C. RGB value is (218,82,140). Sum of RGB (Red+Green+Blue) = 218+82+140=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA528C is #25AD73. Grayscale: #818181. Windows color (decimal): -2469236 or 9196250. OLE color: 9196250.

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

Color convert

RGB 218 82 140 -
CMYK 0 0.62 0.36 0.15
HSL 334.41º 0.65% 0.59% -
HSV(B) 334.41º 0.62% 0.85% -
XYZ 36.66 22.83 27.29 -
YUV 129.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 218 82 140 0 0.62 0.36 0.15 334.41 0.65 0.59
Hex DA 52 8C 0 3E 24 F 14E 41 3B
Octal 332 122 214 0 76 44 17 516 101 73
Binary 11011010 1010010 10001100 0 111110 100100 1111 101001110 1000001 111011

Color Harmonies of #DA528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA528C

Black with #DA528C

Text Example


Text Example

White with #DA528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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