Html Css Color HEX #DF518C Dark Pink

📋 copy color: '#DF518C'

red 223 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #DF518C

Tints of Dark Pink #DF518C

RGB

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

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

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

R = 50.23%
G = 18.24%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF518C (or 0xDF518C) is known color: Dark Pink. HEX triplet: DF, 51 and 8C. RGB value is (223,81,140). Sum of RGB (Red+Green+Blue) = 223+81+140=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF518C is #20AE73. Grayscale: #828282. Windows color (decimal): -2141812 or 9195999. OLE color: 9195999.

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

Color convert

RGB 223 81 140 -
CMYK 0 0.64 0.37 0.13
HSL 335.07º 0.69% 0.6% -
HSV(B) 335.07º 0.64% 0.87% -
XYZ 38.11 23.47 27.33 -
YUV 130.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 223 81 140 0 0.64 0.37 0.13 335.07 0.69 0.6
Hex DF 51 8C 0 40 25 D 14F 45 3C
Octal 337 121 214 0 100 45 15 517 105 74
Binary 11011111 1010001 10001100 0 1000000 100101 1101 101001111 1000101 111100

Color Harmonies of #DF518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF518C

Black with #DF518C

Text Example


Text Example

White with #DF518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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