Html Css Color HEX #DF5E8D Dark Pink

📋 copy color: '#DF5E8D'

red 223 ◦ green 94 ◦ blue 141

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

Shades of Dark Pink #DF5E8D

Tints of Dark Pink #DF5E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 48.69%
G = 20.52%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF5E8D (or 0xDF5E8D) is known color: Dark Pink. HEX triplet: DF, 5E and 8D. RGB value is (223,94,141). Sum of RGB (Red+Green+Blue) = 223+94+141=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E8D is #20A172. Grayscale: #898989. Windows color (decimal): -2138483 or 9264863. OLE color: 9264863.

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

Color convert

RGB 223 94 141 -
CMYK 0 0.58 0.37 0.13
HSL 338.14º 0.67% 0.62% -
HSV(B) 338.14º 0.58% 0.87% -
XYZ 39.24 25.62 28.08 -
YUV 137.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 223 94 141 0 0.58 0.37 0.13 338.14 0.67 0.62
Hex DF 5E 8D 0 3A 25 D 152 43 3E
Octal 337 136 215 0 72 45 15 522 103 76
Binary 11011111 1011110 10001101 0 111010 100101 1101 101010010 1000011 111110

Color Harmonies of #DF5E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E8D

Black with #DF5E8D

Text Example


Text Example

White with #DF5E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E8D; }

 p { color: rgb(223,94,141); }

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

background-color css

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

 a { background-color: rgb(223,94,141); }

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

border-color css

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

 span { border-color: rgb(223,94,141); }

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