Html Css Color HEX #DA528E Dark Pink

📋 copy color: '#DA528E'

red 218 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #DA528E

Tints of Dark Pink #DA528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 49.32%
G = 18.55%
B = 32.13%

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

#DA528E (or 0xDA528E) is known color: Dark Pink. HEX triplet: DA, 52 and 8E. RGB value is (218,82,142). Sum of RGB (Red+Green+Blue) = 218+82+142=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA528E is #25AD71. Grayscale: #818181. Windows color (decimal): -2469234 or 9327322. OLE color: 9327322.

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

Color convert

RGB 218 82 142 -
CMYK 0 0.62 0.35 0.15
HSL 333.53º 0.65% 0.59% -
HSV(B) 333.53º 0.62% 0.85% -
XYZ 36.81 22.89 28.07 -
YUV 129.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 218 82 142 0 0.62 0.35 0.15 333.53 0.65 0.59
Hex DA 52 8E 0 3E 23 F 14E 41 3B
Octal 332 122 216 0 76 43 17 516 101 73
Binary 11011010 1010010 10001110 0 111110 100011 1111 101001110 1000001 111011

Color Harmonies of #DA528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA528E

Black with #DA528E

Text Example


Text Example

White with #DA528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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