Html Css Color HEX #DF5581 Dark Pink

📋 copy color: '#DF5581'

red 223 ◦ green 85 ◦ blue 129

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

Shades of Dark Pink #DF5581

Tints of Dark Pink #DF5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.45%

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

R = 51.03%
G = 19.45%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF5581 (or 0xDF5581) is known color: Dark Pink. HEX triplet: DF, 55 and 81. RGB value is (223,85,129). Sum of RGB (Red+Green+Blue) = 223+85+129=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5581 is #20AA7E. Grayscale: #838383. Windows color (decimal): -2140799 or 8476127. OLE color: 8476127.

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

Color convert

RGB 223 85 129 -
CMYK 0 0.62 0.42 0.13
HSL 340.87º 0.68% 0.6% -
HSV(B) 340.87º 0.62% 0.87% -
XYZ 37.64 23.77 23.37 -
YUV 131.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 223 85 129 0 0.62 0.42 0.13 340.87 0.68 0.6
Hex DF 55 81 0 3E 2A D 155 44 3C
Octal 337 125 201 0 76 52 15 525 104 74
Binary 11011111 1010101 10000001 0 111110 101010 1101 101010101 1000100 111100

Color Harmonies of #DF5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5581

Black with #DF5581

Text Example


Text Example

White with #DF5581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5581; }

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

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

background-color css

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

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

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

border-color css

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

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

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