Html Css Color HEX #DF5387 Dark Pink

📋 copy color: '#DF5387'

red 223 ◦ green 83 ◦ blue 135

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

Shades of Dark Pink #DF5387

Tints of Dark Pink #DF5387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.82%

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

R = 50.57%
G = 18.82%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5387 (or 0xDF5387) is known color: Dark Pink. HEX triplet: DF, 53 and 87. RGB value is (223,83,135). Sum of RGB (Red+Green+Blue) = 223+83+135=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5387 is #20AC78. Grayscale: #828282. Windows color (decimal): -2141305 or 8868831. OLE color: 8868831.

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

Color convert

RGB 223 83 135 -
CMYK 0 0.63 0.39 0.13
HSL 337.71º 0.69% 0.6% -
HSV(B) 337.71º 0.63% 0.87% -
XYZ 37.9 23.62 25.48 -
YUV 130.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 223 83 135 0 0.63 0.39 0.13 337.71 0.69 0.6
Hex DF 53 87 0 3F 27 D 152 45 3C
Octal 337 123 207 0 77 47 15 522 105 74
Binary 11011111 1010011 10000111 0 111111 100111 1101 101010010 1000101 111100

Color Harmonies of #DF5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5387

Black with #DF5387

Text Example


Text Example

White with #DF5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5387; }

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

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

background-color css

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

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

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

border-color css

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

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

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