Html Css Color HEX #DA548D Dark Pink

📋 copy color: '#DA548D'

red 218 ◦ green 84 ◦ blue 141

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

Shades of Dark Pink #DA548D

Tints of Dark Pink #DA548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

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

R = 49.21%
G = 18.96%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA548D (or 0xDA548D) is known color: Dark Pink. HEX triplet: DA, 54 and 8D. RGB value is (218,84,141). Sum of RGB (Red+Green+Blue) = 218+84+141=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA548D is #25AB72. Grayscale: #828282. Windows color (decimal): -2468723 or 9262298. OLE color: 9262298.

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

Color convert

RGB 218 84 141 -
CMYK 0 0.61 0.35 0.15
HSL 334.48º 0.64% 0.59% -
HSV(B) 334.48º 0.61% 0.85% -
XYZ 36.89 23.17 27.73 -
YUV 130.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 218 84 141 0 0.61 0.35 0.15 334.48 0.64 0.59
Hex DA 54 8D 0 3D 23 F 14E 40 3B
Octal 332 124 215 0 75 43 17 516 100 73
Binary 11011010 1010100 10001101 0 111101 100011 1111 101001110 1000000 111011

Color Harmonies of #DA548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA548D

Black with #DA548D

Text Example


Text Example

White with #DA548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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