Html Css Color HEX #DF5991 Dark Pink

📋 copy color: '#DF5991'

red 223 ◦ green 89 ◦ blue 145

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

Shades of Dark Pink #DF5991

Tints of Dark Pink #DF5991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 48.8%
G = 19.47%
B = 31.73%

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

#DF5991 (or 0xDF5991) is known color: Dark Pink. HEX triplet: DF, 59 and 91. RGB value is (223,89,145). Sum of RGB (Red+Green+Blue) = 223+89+145=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5991 is #20A66E. Grayscale: #878787. Windows color (decimal): -2139759 or 9525727. OLE color: 9525727.

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

Color convert

RGB 223 89 145 -
CMYK 0 0.60 0.35 0.13
HSL 334.93º 0.68% 0.61% -
HSV(B) 334.93º 0.6% 0.87% -
XYZ 39.11 24.88 29.53 -
YUV 135.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 223 89 145 0 0.60 0.35 0.13 334.93 0.68 0.61
Hex DF 59 91 0 3C 23 D 14F 44 3D
Octal 337 131 221 0 74 43 15 517 104 75
Binary 11011111 1011001 10010001 0 111100 100011 1101 101001111 1000100 111101

Color Harmonies of #DF5991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5991

Black with #DF5991

Text Example


Text Example

White with #DF5991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5991; }

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

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

background-color css

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

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

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

border-color css

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

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

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