Html Css Color HEX #DF5990 Dark Pink

📋 copy color: '#DF5990'

red 223 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #DF5990

Tints of Dark Pink #DF5990

RGB

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

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

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

R = 48.9%
G = 19.52%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5990 (or 0xDF5990) is known color: Dark Pink. HEX triplet: DF, 59 and 90. RGB value is (223,89,144). Sum of RGB (Red+Green+Blue) = 223+89+144=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5990 is #20A66F. Grayscale: #878787. Windows color (decimal): -2139760 or 9460191. OLE color: 9460191.

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

Color convert

RGB 223 89 144 -
CMYK 0 0.60 0.35 0.13
HSL 335.37º 0.68% 0.61% -
HSV(B) 335.37º 0.6% 0.87% -
XYZ 39.04 24.85 29.12 -
YUV 135.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 223 89 144 0 0.60 0.35 0.13 335.37 0.68 0.61
Hex DF 59 90 0 3C 23 D 14F 44 3D
Octal 337 131 220 0 74 43 15 517 104 75
Binary 11011111 1011001 10010000 0 111100 100011 1101 101001111 1000100 111101

Color Harmonies of #DF5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5990

Black with #DF5990

Text Example


Text Example

White with #DF5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5990; }

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

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

background-color css

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

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

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

border-color css

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

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

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