Html Css Color HEX #DF5681 Dark Pink

📋 copy color: '#DF5681'

red 223 ◦ green 86 ◦ blue 129

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

Shades of Dark Pink #DF5681

Tints of Dark Pink #DF5681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 50.91%
G = 19.63%
B = 29.45%

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

#DF5681 (or 0xDF5681) is known color: Dark Pink. HEX triplet: DF, 56 and 81. RGB value is (223,86,129). Sum of RGB (Red+Green+Blue) = 223+86+129=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5681 is #20A97E. Grayscale: #838383. Windows color (decimal): -2140543 or 8476383. OLE color: 8476383.

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

Color convert

RGB 223 86 129 -
CMYK 0 0.61 0.42 0.13
HSL 341.17º 0.68% 0.61% -
HSV(B) 341.17º 0.61% 0.87% -
XYZ 37.72 23.93 23.4 -
YUV 131.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 223 86 129 0 0.61 0.42 0.13 341.17 0.68 0.61
Hex DF 56 81 0 3D 2A D 155 44 3D
Octal 337 126 201 0 75 52 15 525 104 75
Binary 11011111 1010110 10000001 0 111101 101010 1101 101010101 1000100 111101

Color Harmonies of #DF5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5681

Black with #DF5681

Text Example


Text Example

White with #DF5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5681; }

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

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

background-color css

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

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

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

border-color css

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

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

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