Html Css Color HEX #DF5682 Dark Pink

📋 copy color: '#DF5682'

red 223 ◦ green 86 ◦ blue 130

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

Shades of Dark Pink #DF5682

Tints of Dark Pink #DF5682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 50.8%
G = 19.59%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF5682 (or 0xDF5682) is known color: Dark Pink. HEX triplet: DF, 56 and 82. RGB value is (223,86,130). Sum of RGB (Red+Green+Blue) = 223+86+130=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5682 is #20A97D. Grayscale: #838383. Windows color (decimal): -2140542 or 8541919. OLE color: 8541919.

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

Color convert

RGB 223 86 130 -
CMYK 0 0.61 0.42 0.13
HSL 340.73º 0.68% 0.61% -
HSV(B) 340.73º 0.61% 0.87% -
XYZ 37.79 23.96 23.75 -
YUV 131.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 223 86 130 0 0.61 0.42 0.13 340.73 0.68 0.61
Hex DF 56 82 0 3D 2A D 155 44 3D
Octal 337 126 202 0 75 52 15 525 104 75
Binary 11011111 1010110 10000010 0 111101 101010 1101 101010101 1000100 111101

Color Harmonies of #DF5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5682

Black with #DF5682

Text Example


Text Example

White with #DF5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5682; }

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

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

background-color css

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

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

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

border-color css

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

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

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