Html Css Color HEX #DF5187 Dark Pink

📋 copy color: '#DF5187'

red 223 ◦ green 81 ◦ blue 135

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

Shades of Dark Pink #DF5187

Tints of Dark Pink #DF5187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

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

R = 50.8%
G = 18.45%
B = 30.75%

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

#DF5187 (or 0xDF5187) is known color: Dark Pink. HEX triplet: DF, 51 and 87. RGB value is (223,81,135). Sum of RGB (Red+Green+Blue) = 223+81+135=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5187 is #20AE78. Grayscale: #818181. Windows color (decimal): -2141817 or 8868319. OLE color: 8868319.

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

Color convert

RGB 223 81 135 -
CMYK 0 0.64 0.39 0.13
HSL 337.18º 0.69% 0.6% -
HSV(B) 337.18º 0.64% 0.87% -
XYZ 37.75 23.32 25.43 -
YUV 129.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 223 81 135 0 0.64 0.39 0.13 337.18 0.69 0.6
Hex DF 51 87 0 40 27 D 151 45 3C
Octal 337 121 207 0 100 47 15 521 105 74
Binary 11011111 1010001 10000111 0 1000000 100111 1101 101010001 1000101 111100

Color Harmonies of #DF5187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5187

Black with #DF5187

Text Example


Text Example

White with #DF5187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5187; }

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

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

background-color css

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

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

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

border-color css

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

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

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