Html Css Color HEX #DF5580 Dark Pink

📋 copy color: '#DF5580'

red 223 ◦ green 85 ◦ blue 128

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

Shades of Dark Pink #DF5580

Tints of Dark Pink #DF5580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 51.15%
G = 19.5%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF5580 (or 0xDF5580) is known color: Dark Pink. HEX triplet: DF, 55 and 80. RGB value is (223,85,128). Sum of RGB (Red+Green+Blue) = 223+85+128=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5580 is #20AA7F. Grayscale: #838383. Windows color (decimal): -2140800 or 8410591. OLE color: 8410591.

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

Color convert

RGB 223 85 128 -
CMYK 0 0.62 0.43 0.13
HSL 341.3º 0.68% 0.6% -
HSV(B) 341.3º 0.62% 0.87% -
XYZ 37.58 23.74 23.02 -
YUV 131.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 223 85 128 0 0.62 0.43 0.13 341.3 0.68 0.6
Hex DF 55 80 0 3E 2B D 155 44 3C
Octal 337 125 200 0 76 53 15 525 104 74
Binary 11011111 1010101 10000000 0 111110 101011 1101 101010101 1000100 111100

Color Harmonies of #DF5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5580

Black with #DF5580

Text Example


Text Example

White with #DF5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5580; }

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

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

background-color css

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

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

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

border-color css

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

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

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