Html Css Color HEX #DF5584 Dark Pink

📋 copy color: '#DF5584'

red 223 ◦ green 85 ◦ blue 132

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

Shades of Dark Pink #DF5584

Tints of Dark Pink #DF5584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30%

R = 50.68%
G = 19.32%
B = 30%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF5584 (or 0xDF5584) is known color: Dark Pink. HEX triplet: DF, 55 and 84. RGB value is (223,85,132). Sum of RGB (Red+Green+Blue) = 223+85+132=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5584 is #20AA7B. Grayscale: #838383. Windows color (decimal): -2140796 or 8672735. OLE color: 8672735.

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

Color convert

RGB 223 85 132 -
CMYK 0 0.62 0.41 0.13
HSL 339.57º 0.68% 0.6% -
HSV(B) 339.57º 0.62% 0.87% -
XYZ 37.84 23.85 24.44 -
YUV 131.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 223 85 132 0 0.62 0.41 0.13 339.57 0.68 0.6
Hex DF 55 84 0 3E 29 D 154 44 3C
Octal 337 125 204 0 76 51 15 524 104 74
Binary 11011111 1010101 10000100 0 111110 101001 1101 101010100 1000100 111100

Color Harmonies of #DF5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5584

Black with #DF5584

Text Example


Text Example

White with #DF5584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5584; }

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

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

background-color css

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

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

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

border-color css

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

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

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