Html Css Color HEX #DF5487 Dark Pink

📋 copy color: '#DF5487'

red 223 ◦ green 84 ◦ blue 135

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

Shades of Dark Pink #DF5487

Tints of Dark Pink #DF5487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

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

R = 50.45%
G = 19%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5487 (or 0xDF5487) is known color: Dark Pink. HEX triplet: DF, 54 and 87. RGB value is (223,84,135). Sum of RGB (Red+Green+Blue) = 223+84+135=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5487 is #20AB78. Grayscale: #838383. Windows color (decimal): -2141049 or 8869087. OLE color: 8869087.

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

Color convert

RGB 223 84 135 -
CMYK 0 0.62 0.39 0.13
HSL 337.99º 0.68% 0.6% -
HSV(B) 337.99º 0.62% 0.87% -
XYZ 37.97 23.78 25.51 -
YUV 131.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 223 84 135 0 0.62 0.39 0.13 337.99 0.68 0.6
Hex DF 54 87 0 3E 27 D 152 44 3C
Octal 337 124 207 0 76 47 15 522 104 74
Binary 11011111 1010100 10000111 0 111110 100111 1101 101010010 1000100 111100

Color Harmonies of #DF5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5487

Black with #DF5487

Text Example


Text Example

White with #DF5487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5487; }

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

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

background-color css

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

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

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

border-color css

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

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

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