Html Css Color HEX #DF5886 Dark Pink

📋 copy color: '#DF5886'

red 223 ◦ green 88 ◦ blue 134

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

Shades of Dark Pink #DF5886

Tints of Dark Pink #DF5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

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

R = 50.11%
G = 19.78%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5886 (or 0xDF5886) is known color: Dark Pink. HEX triplet: DF, 58 and 86. RGB value is (223,88,134). Sum of RGB (Red+Green+Blue) = 223+88+134=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5886 is #20A779. Grayscale: #858585. Windows color (decimal): -2140026 or 8804575. OLE color: 8804575.

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

Color convert

RGB 223 88 134 -
CMYK 0 0.61 0.40 0.13
HSL 339.56º 0.68% 0.61% -
HSV(B) 339.56º 0.61% 0.87% -
XYZ 38.22 24.39 25.25 -
YUV 133.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 223 88 134 0 0.61 0.40 0.13 339.56 0.68 0.61
Hex DF 58 86 0 3D 28 D 154 44 3D
Octal 337 130 206 0 75 50 15 524 104 75
Binary 11011111 1011000 10000110 0 111101 101000 1101 101010100 1000100 111101

Color Harmonies of #DF5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5886

Black with #DF5886

Text Example


Text Example

White with #DF5886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5886; }

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

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

background-color css

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

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

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

border-color css

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

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

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