Html Css Color HEX #DF548B Dark Pink

📋 copy color: '#DF548B'

red 223 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #DF548B

Tints of Dark Pink #DF548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 50%
G = 18.83%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF548B (or 0xDF548B) is known color: Dark Pink. HEX triplet: DF, 54 and 8B. RGB value is (223,84,139). Sum of RGB (Red+Green+Blue) = 223+84+139=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF548B is #20AB74. Grayscale: #838383. Windows color (decimal): -2141045 or 9131231. OLE color: 9131231.

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

Color convert

RGB 223 84 139 -
CMYK 0 0.62 0.38 0.13
HSL 336.26º 0.68% 0.6% -
HSV(B) 336.26º 0.62% 0.87% -
XYZ 38.26 23.89 27.02 -
YUV 131.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 223 84 139 0 0.62 0.38 0.13 336.26 0.68 0.6
Hex DF 54 8B 0 3E 26 D 150 44 3C
Octal 337 124 213 0 76 46 15 520 104 74
Binary 11011111 1010100 10001011 0 111110 100110 1101 101010000 1000100 111100

Color Harmonies of #DF548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF548B

Black with #DF548B

Text Example


Text Example

White with #DF548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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