Html Css Color HEX #DF588A Dark Pink

📋 copy color: '#DF588A'

red 223 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #DF588A

Tints of Dark Pink #DF588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 49.67%
G = 19.6%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF588A (or 0xDF588A) is known color: Dark Pink. HEX triplet: DF, 58 and 8A. RGB value is (223,88,138). Sum of RGB (Red+Green+Blue) = 223+88+138=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF588A is #20A775. Grayscale: #868686. Windows color (decimal): -2140022 or 9066719. OLE color: 9066719.

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

Color convert

RGB 223 88 138 -
CMYK 0 0.61 0.38 0.13
HSL 337.78º 0.68% 0.61% -
HSV(B) 337.78º 0.61% 0.87% -
XYZ 38.51 24.5 26.74 -
YUV 134.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 223 88 138 0 0.61 0.38 0.13 337.78 0.68 0.61
Hex DF 58 8A 0 3D 26 D 152 44 3D
Octal 337 130 212 0 75 46 15 522 104 75
Binary 11011111 1011000 10001010 0 111101 100110 1101 101010010 1000100 111101

Color Harmonies of #DF588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF588A

Black with #DF588A

Text Example


Text Example

White with #DF588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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