Html Css Color HEX #DF548F Dark Pink

📋 copy color: '#DF548F'

red 223 ◦ green 84 ◦ blue 143

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

Shades of Dark Pink #DF548F

Tints of Dark Pink #DF548F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.78%

R = 49.56%
G = 18.67%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF548F (or 0xDF548F) is known color: Dark Pink. HEX triplet: DF, 54 and 8F. RGB value is (223,84,143). Sum of RGB (Red+Green+Blue) = 223+84+143=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF548F is #20AB70. Grayscale: #848484. Windows color (decimal): -2141041 or 9393375. OLE color: 9393375.

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

Color convert

RGB 223 84 143 -
CMYK 0 0.62 0.36 0.13
HSL 334.53º 0.68% 0.6% -
HSV(B) 334.53º 0.62% 0.87% -
XYZ 38.56 24.01 28.59 -
YUV 132.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 223 84 143 0 0.62 0.36 0.13 334.53 0.68 0.6
Hex DF 54 8F 0 3E 24 D 14F 44 3C
Octal 337 124 217 0 76 44 15 517 104 74
Binary 11011111 1010100 10001111 0 111110 100100 1101 101001111 1000100 111100

Color Harmonies of #DF548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF548F

Black with #DF548F

Text Example


Text Example

White with #DF548F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF548F; }

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

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

background-color css

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

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

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

border-color css

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

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

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