Html Css Color HEX #DF588B Dark Pink

📋 copy color: '#DF588B'

red 223 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #DF588B

Tints of Dark Pink #DF588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 49.56%
G = 19.56%
B = 30.89%

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

#DF588B (or 0xDF588B) is known color: Dark Pink. HEX triplet: DF, 58 and 8B. RGB value is (223,88,139). Sum of RGB (Red+Green+Blue) = 223+88+139=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF588B is #20A774. Grayscale: #868686. Windows color (decimal): -2140021 or 9132255. OLE color: 9132255.

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

Color convert

RGB 223 88 139 -
CMYK 0 0.61 0.38 0.13
HSL 337.33º 0.68% 0.61% -
HSV(B) 337.33º 0.61% 0.87% -
XYZ 38.58 24.53 27.13 -
YUV 134.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 223 88 139 0 0.61 0.38 0.13 337.33 0.68 0.61
Hex DF 58 8B 0 3D 26 D 151 44 3D
Octal 337 130 213 0 75 46 15 521 104 75
Binary 11011111 1011000 10001011 0 111101 100110 1101 101010001 1000100 111101

Color Harmonies of #DF588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF588B

Black with #DF588B

Text Example


Text Example

White with #DF588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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