Html Css Color HEX #DF5087 Dark Pink

📋 copy color: '#DF5087'

red 223 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #DF5087

Tints of Dark Pink #DF5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

 BLUE value IS 135 (53.13% from 255) = 30.82%

R = 50.91%
G = 18.26%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5087 (or 0xDF5087) is known color: Dark Pink. HEX triplet: DF, 50 and 87. RGB value is (223,80,135). Sum of RGB (Red+Green+Blue) = 223+80+135=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5087 is #20AF78. Grayscale: #808080. Windows color (decimal): -2142073 or 8868063. OLE color: 8868063.

HSL color Cylindrical-coordinate representation of color #DF5087: hue angle of 336.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5087 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 135 -
CMYK 0 0.64 0.39 0.13
HSL 336.92º 0.69% 0.59% -
HSV(B) 336.92º 0.64% 0.87% -
XYZ 37.67 23.17 25.41 -
YUV 129.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 223 80 135 0 0.64 0.39 0.13 336.92 0.69 0.59
Hex DF 50 87 0 40 27 D 151 45 3B
Octal 337 120 207 0 100 47 15 521 105 73
Binary 11011111 1010000 10000111 0 1000000 100111 1101 101010001 1000101 111011

Color Harmonies of #DF5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5087

Black with #DF5087

Text Example


Text Example

White with #DF5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5087; }

 p { color: rgb(223,80,135); }

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

background-color css

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

 a { background-color: rgb(223,80,135); }

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

border-color css

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

 span { border-color: rgb(223,80,135); }

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