Html Css Color HEX #DF5E8C Dark Pink

📋 copy color: '#DF5E8C'

red 223 ◦ green 94 ◦ blue 140

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

Shades of Dark Pink #DF5E8C

Tints of Dark Pink #DF5E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 48.8%
G = 20.57%
B = 30.63%

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

#DF5E8C (or 0xDF5E8C) is known color: Dark Pink. HEX triplet: DF, 5E and 8C. RGB value is (223,94,140). Sum of RGB (Red+Green+Blue) = 223+94+140=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E8C is #20A173. Grayscale: #898989. Windows color (decimal): -2138484 or 9199327. OLE color: 9199327.

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

Color convert

RGB 223 94 140 -
CMYK 0 0.58 0.37 0.13
HSL 338.6º 0.67% 0.62% -
HSV(B) 338.6º 0.58% 0.87% -
XYZ 39.17 25.59 27.69 -
YUV 137.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 223 94 140 0 0.58 0.37 0.13 338.6 0.67 0.62
Hex DF 5E 8C 0 3A 25 D 153 43 3E
Octal 337 136 214 0 72 45 15 523 103 76
Binary 11011111 1011110 10001100 0 111010 100101 1101 101010011 1000011 111110

Color Harmonies of #DF5E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E8C

Black with #DF5E8C

Text Example


Text Example

White with #DF5E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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