Html Css Color HEX #DF5590 Dark Pink

📋 copy color: '#DF5590'

red 223 ◦ green 85 ◦ blue 144

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

Shades of Dark Pink #DF5590

Tints of Dark Pink #DF5590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 49.34%
G = 18.81%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5590 (or 0xDF5590) is known color: Dark Pink. HEX triplet: DF, 55 and 90. RGB value is (223,85,144). Sum of RGB (Red+Green+Blue) = 223+85+144=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5590 is #20AA6F. Grayscale: #848484. Windows color (decimal): -2140784 or 9459167. OLE color: 9459167.

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

Color convert

RGB 223 85 144 -
CMYK 0 0.62 0.35 0.13
HSL 334.35º 0.68% 0.6% -
HSV(B) 334.35º 0.62% 0.87% -
XYZ 38.71 24.2 29.02 -
YUV 132.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 223 85 144 0 0.62 0.35 0.13 334.35 0.68 0.6
Hex DF 55 90 0 3E 23 D 14E 44 3C
Octal 337 125 220 0 76 43 15 516 104 74
Binary 11011111 1010101 10010000 0 111110 100011 1101 101001110 1000100 111100

Color Harmonies of #DF5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5590

Black with #DF5590

Text Example


Text Example

White with #DF5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5590; }

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

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

background-color css

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

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

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

border-color css

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

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

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