Html Css Color HEX #DF5981 Dark Pink

📋 copy color: '#DF5981'

red 223 ◦ green 89 ◦ blue 129

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

Shades of Dark Pink #DF5981

Tints of Dark Pink #DF5981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.18%

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

R = 50.57%
G = 20.18%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF5981 (or 0xDF5981) is known color: Dark Pink. HEX triplet: DF, 59 and 81. RGB value is (223,89,129). Sum of RGB (Red+Green+Blue) = 223+89+129=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5981 is #20A67E. Grayscale: #858585. Windows color (decimal): -2139775 or 8477151. OLE color: 8477151.

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

Color convert

RGB 223 89 129 -
CMYK 0 0.60 0.42 0.13
HSL 342.09º 0.68% 0.61% -
HSV(B) 342.09º 0.6% 0.87% -
XYZ 37.97 24.42 23.48 -
YUV 133.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 223 89 129 0 0.60 0.42 0.13 342.09 0.68 0.61
Hex DF 59 81 0 3C 2A D 156 44 3D
Octal 337 131 201 0 74 52 15 526 104 75
Binary 11011111 1011001 10000001 0 111100 101010 1101 101010110 1000100 111101

Color Harmonies of #DF5981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5981

Black with #DF5981

Text Example


Text Example

White with #DF5981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5981; }

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

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

background-color css

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

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

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

border-color css

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

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

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