Html Css Color HEX #DF5D86 Dark Pink

📋 copy color: '#DF5D86'

red 223 ◦ green 93 ◦ blue 134

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

Shades of Dark Pink #DF5D86

Tints of Dark Pink #DF5D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

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

R = 49.56%
G = 20.67%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5D86 (or 0xDF5D86) is known color: Dark Pink. HEX triplet: DF, 5D and 86. RGB value is (223,93,134). Sum of RGB (Red+Green+Blue) = 223+93+134=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D86 is #20A279. Grayscale: #888888. Windows color (decimal): -2138746 or 8805855. OLE color: 8805855.

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

Color convert

RGB 223 93 134 -
CMYK 0 0.58 0.40 0.13
HSL 341.08º 0.67% 0.62% -
HSV(B) 341.08º 0.58% 0.87% -
XYZ 38.65 25.24 25.39 -
YUV 136.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 223 93 134 0 0.58 0.40 0.13 341.08 0.67 0.62
Hex DF 5D 86 0 3A 28 D 155 43 3E
Octal 337 135 206 0 72 50 15 525 103 76
Binary 11011111 1011101 10000110 0 111010 101000 1101 101010101 1000011 111110

Color Harmonies of #DF5D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D86

Black with #DF5D86

Text Example


Text Example

White with #DF5D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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