Html Css Color HEX #DA548C Dark Pink

📋 copy color: '#DA548C'

red 218 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #DA548C

Tints of Dark Pink #DA548C

RGB

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

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

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

R = 49.32%
G = 19%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA548C (or 0xDA548C) is known color: Dark Pink. HEX triplet: DA, 54 and 8C. RGB value is (218,84,140). Sum of RGB (Red+Green+Blue) = 218+84+140=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA548C is #25AB73. Grayscale: #828282. Windows color (decimal): -2468724 or 9196762. OLE color: 9196762.

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

Color convert

RGB 218 84 140 -
CMYK 0 0.61 0.36 0.15
HSL 334.93º 0.64% 0.59% -
HSV(B) 334.93º 0.61% 0.85% -
XYZ 36.82 23.14 27.34 -
YUV 130.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 218 84 140 0 0.61 0.36 0.15 334.93 0.64 0.59
Hex DA 54 8C 0 3D 24 F 14F 40 3B
Octal 332 124 214 0 75 44 17 517 100 73
Binary 11011010 1010100 10001100 0 111101 100100 1111 101001111 1000000 111011

Color Harmonies of #DA548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA548C

Black with #DA548C

Text Example


Text Example

White with #DA548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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