Html Css Color HEX #DF588D Dark Pink

📋 copy color: '#DF588D'

red 223 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #DF588D

Tints of Dark Pink #DF588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

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

R = 49.34%
G = 19.47%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF588D (or 0xDF588D) is known color: Dark Pink. HEX triplet: DF, 58 and 8D. RGB value is (223,88,141). Sum of RGB (Red+Green+Blue) = 223+88+141=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF588D is #20A772. Grayscale: #868686. Windows color (decimal): -2140019 or 9263327. OLE color: 9263327.

HSL color Cylindrical-coordinate representation of color #DF588D: hue angle of 336.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF588D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 88 141 -
CMYK 0 0.61 0.37 0.13
HSL 336.44º 0.68% 0.61% -
HSV(B) 336.44º 0.61% 0.87% -
XYZ 38.73 24.59 27.9 -
YUV 134.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 223 88 141 0 0.61 0.37 0.13 336.44 0.68 0.61
Hex DF 58 8D 0 3D 25 D 150 44 3D
Octal 337 130 215 0 75 45 15 520 104 75
Binary 11011111 1011000 10001101 0 111101 100101 1101 101010000 1000100 111101

Color Harmonies of #DF588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF588D

Black with #DF588D

Text Example


Text Example

White with #DF588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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