Html Css Color HEX #DF548C Dark Pink

📋 copy color: '#DF548C'

red 223 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #DF548C

Tints of Dark Pink #DF548C

RGB

 RED value IS 223 (87.5% from 255) = 49.89%

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

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

R = 49.89%
G = 18.79%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF548C (or 0xDF548C) is known color: Dark Pink. HEX triplet: DF, 54 and 8C. RGB value is (223,84,140). Sum of RGB (Red+Green+Blue) = 223+84+140=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF548C is #20AB73. Grayscale: #838383. Windows color (decimal): -2141044 or 9196767. OLE color: 9196767.

HSL color Cylindrical-coordinate representation of color #DF548C: hue angle of 335.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF548C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 84 140 -
CMYK 0 0.62 0.37 0.13
HSL 335.83º 0.68% 0.6% -
HSV(B) 335.83º 0.62% 0.87% -
XYZ 38.34 23.92 27.41 -
YUV 131.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 223 84 140 0 0.62 0.37 0.13 335.83 0.68 0.6
Hex DF 54 8C 0 3E 25 D 150 44 3C
Octal 337 124 214 0 76 45 15 520 104 74
Binary 11011111 1010100 10001100 0 111110 100101 1101 101010000 1000100 111100

Color Harmonies of #DF548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF548C

Black with #DF548C

Text Example


Text Example

White with #DF548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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