Html Css Color HEX #DA548E Dark Pink

📋 copy color: '#DA548E'

red 218 ◦ green 84 ◦ blue 142

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

Shades of Dark Pink #DA548E

Tints of Dark Pink #DA548E

RGB

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

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

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

R = 49.1%
G = 18.92%
B = 31.98%

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

#DA548E (or 0xDA548E) is known color: Dark Pink. HEX triplet: DA, 54 and 8E. RGB value is (218,84,142). Sum of RGB (Red+Green+Blue) = 218+84+142=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA548E is #25AB71. Grayscale: #828282. Windows color (decimal): -2468722 or 9327834. OLE color: 9327834.

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

Color convert

RGB 218 84 142 -
CMYK 0 0.61 0.35 0.15
HSL 334.03º 0.64% 0.59% -
HSV(B) 334.03º 0.61% 0.85% -
XYZ 36.97 23.2 28.12 -
YUV 130.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 218 84 142 0 0.61 0.35 0.15 334.03 0.64 0.59
Hex DA 54 8E 0 3D 23 F 14E 40 3B
Octal 332 124 216 0 75 43 17 516 100 73
Binary 11011010 1010100 10001110 0 111101 100011 1111 101001110 1000000 111011

Color Harmonies of #DA548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA548E

Black with #DA548E

Text Example


Text Example

White with #DA548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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