Html Css Color HEX #DF518B Dark Pink

📋 copy color: '#DF518B'

red 223 ◦ green 81 ◦ blue 139

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

Shades of Dark Pink #DF518B

Tints of Dark Pink #DF518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

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

R = 50.34%
G = 18.28%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF518B (or 0xDF518B) is known color: Dark Pink. HEX triplet: DF, 51 and 8B. RGB value is (223,81,139). Sum of RGB (Red+Green+Blue) = 223+81+139=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF518B is #20AE74. Grayscale: #818181. Windows color (decimal): -2141813 or 9130463. OLE color: 9130463.

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

Color convert

RGB 223 81 139 -
CMYK 0 0.64 0.38 0.13
HSL 335.49º 0.69% 0.6% -
HSV(B) 335.49º 0.64% 0.87% -
XYZ 38.03 23.44 26.95 -
YUV 130.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 223 81 139 0 0.64 0.38 0.13 335.49 0.69 0.6
Hex DF 51 8B 0 40 26 D 14F 45 3C
Octal 337 121 213 0 100 46 15 517 105 74
Binary 11011111 1010001 10001011 0 1000000 100110 1101 101001111 1000101 111100

Color Harmonies of #DF518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF518B

Black with #DF518B

Text Example


Text Example

White with #DF518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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