Html Css Color HEX #DF5686 Dark Pink

📋 copy color: '#DF5686'

red 223 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #DF5686

Tints of Dark Pink #DF5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 50.34%
G = 19.41%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5686 (or 0xDF5686) is known color: Dark Pink. HEX triplet: DF, 56 and 86. RGB value is (223,86,134). Sum of RGB (Red+Green+Blue) = 223+86+134=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5686 is #20A979. Grayscale: #848484. Windows color (decimal): -2140538 or 8804063. OLE color: 8804063.

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

Color convert

RGB 223 86 134 -
CMYK 0 0.61 0.40 0.13
HSL 338.98º 0.68% 0.61% -
HSV(B) 338.98º 0.61% 0.87% -
XYZ 38.06 24.06 25.19 -
YUV 132.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 223 86 134 0 0.61 0.40 0.13 338.98 0.68 0.61
Hex DF 56 86 0 3D 28 D 153 44 3D
Octal 337 126 206 0 75 50 15 523 104 75
Binary 11011111 1010110 10000110 0 111101 101000 1101 101010011 1000100 111101

Color Harmonies of #DF5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5686

Black with #DF5686

Text Example


Text Example

White with #DF5686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5686; }

 p { color: rgb(223,86,134); }

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

background-color css

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

 a { background-color: rgb(223,86,134); }

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

border-color css

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

 span { border-color: rgb(223,86,134); }

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