Html Css Color HEX #DF5985 Dark Pink

📋 copy color: '#DF5985'

red 223 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #DF5985

Tints of Dark Pink #DF5985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 50.11%
G = 20%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5985 (or 0xDF5985) is known color: Dark Pink. HEX triplet: DF, 59 and 85. RGB value is (223,89,133). Sum of RGB (Red+Green+Blue) = 223+89+133=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5985 is #20A67A. Grayscale: #868686. Windows color (decimal): -2139771 or 8739295. OLE color: 8739295.

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

Color convert

RGB 223 89 133 -
CMYK 0 0.60 0.40 0.13
HSL 340.3º 0.68% 0.61% -
HSV(B) 340.3º 0.6% 0.87% -
XYZ 38.24 24.53 24.91 -
YUV 134.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 223 89 133 0 0.60 0.40 0.13 340.3 0.68 0.61
Hex DF 59 85 0 3C 28 D 154 44 3D
Octal 337 131 205 0 74 50 15 524 104 75
Binary 11011111 1011001 10000101 0 111100 101000 1101 101010100 1000100 111101

Color Harmonies of #DF5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5985

Black with #DF5985

Text Example


Text Example

White with #DF5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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