Html Css Color HEX #DF5486 Dark Pink

📋 copy color: '#DF5486'

red 223 ◦ green 84 ◦ blue 134

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

Shades of Dark Pink #DF5486

Tints of Dark Pink #DF5486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.39%

R = 50.57%
G = 19.05%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5486 (or 0xDF5486) is known color: Dark Pink. HEX triplet: DF, 54 and 86. RGB value is (223,84,134). Sum of RGB (Red+Green+Blue) = 223+84+134=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5486 is #20AB79. Grayscale: #838383. Windows color (decimal): -2141050 or 8803551. OLE color: 8803551.

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

Color convert

RGB 223 84 134 -
CMYK 0 0.62 0.40 0.13
HSL 338.42º 0.68% 0.6% -
HSV(B) 338.42º 0.62% 0.87% -
XYZ 37.9 23.75 25.14 -
YUV 131.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 223 84 134 0 0.62 0.40 0.13 338.42 0.68 0.6
Hex DF 54 86 0 3E 28 D 152 44 3C
Octal 337 124 206 0 76 50 15 522 104 74
Binary 11011111 1010100 10000110 0 111110 101000 1101 101010010 1000100 111100

Color Harmonies of #DF5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5486

Black with #DF5486

Text Example


Text Example

White with #DF5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5486; }

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

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

background-color css

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

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

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

border-color css

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

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

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