Html Css Color HEX #DA518D Dark Pink

📋 copy color: '#DA518D'

red 218 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #DA518D

Tints of Dark Pink #DA518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 49.55%
G = 18.41%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA518D (or 0xDA518D) is known color: Dark Pink. HEX triplet: DA, 51 and 8D. RGB value is (218,81,141). Sum of RGB (Red+Green+Blue) = 218+81+141=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA518D is #25AE72. Grayscale: #808080. Windows color (decimal): -2469491 or 9261530. OLE color: 9261530.

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

Color convert

RGB 218 81 141 -
CMYK 0 0.63 0.35 0.15
HSL 333.72º 0.65% 0.59% -
HSV(B) 333.72º 0.63% 0.85% -
XYZ 36.66 22.71 27.65 -
YUV 128.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 218 81 141 0 0.63 0.35 0.15 333.72 0.65 0.59
Hex DA 51 8D 0 3F 23 F 14E 41 3B
Octal 332 121 215 0 77 43 17 516 101 73
Binary 11011010 1010001 10001101 0 111111 100011 1111 101001110 1000001 111011

Color Harmonies of #DA518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA518D

Black with #DA518D

Text Example


Text Example

White with #DA518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA518D; }

 p { color: rgb(218,81,141); }

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

background-color css

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

 a { background-color: rgb(218,81,141); }

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

border-color css

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

 span { border-color: rgb(218,81,141); }

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