Html Css Color HEX #DF5983 Dark Pink

📋 copy color: '#DF5983'

red 223 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #DF5983

Tints of Dark Pink #DF5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 50.34%
G = 20.09%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF5983 (or 0xDF5983) is known color: Dark Pink. HEX triplet: DF, 59 and 83. RGB value is (223,89,131). Sum of RGB (Red+Green+Blue) = 223+89+131=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5983 is #20A67C. Grayscale: #858585. Windows color (decimal): -2139773 or 8608223. OLE color: 8608223.

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

Color convert

RGB 223 89 131 -
CMYK 0 0.60 0.41 0.13
HSL 341.19º 0.68% 0.61% -
HSV(B) 341.19º 0.6% 0.87% -
XYZ 38.1 24.47 24.19 -
YUV 133.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 223 89 131 0 0.60 0.41 0.13 341.19 0.68 0.61
Hex DF 59 83 0 3C 29 D 155 44 3D
Octal 337 131 203 0 74 51 15 525 104 75
Binary 11011111 1011001 10000011 0 111100 101001 1101 101010101 1000100 111101

Color Harmonies of #DF5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5983

Black with #DF5983

Text Example


Text Example

White with #DF5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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