Html Css Color HEX #DF5988 Dark Pink

📋 copy color: '#DF5988'

red 223 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #DF5988

Tints of Dark Pink #DF5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 136 (53.52% from 255) = 30.36%

R = 49.78%
G = 19.87%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5988 (or 0xDF5988) is known color: Dark Pink. HEX triplet: DF, 59 and 88. RGB value is (223,89,136). Sum of RGB (Red+Green+Blue) = 223+89+136=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5988 is #20A677. Grayscale: #868686. Windows color (decimal): -2139768 or 8935903. OLE color: 8935903.

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

Color convert

RGB 223 89 136 -
CMYK 0 0.60 0.39 0.13
HSL 338.96º 0.68% 0.61% -
HSV(B) 338.96º 0.6% 0.87% -
XYZ 38.45 24.61 26.02 -
YUV 134.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 223 89 136 0 0.60 0.39 0.13 338.96 0.68 0.61
Hex DF 59 88 0 3C 27 D 153 44 3D
Octal 337 131 210 0 74 47 15 523 104 75
Binary 11011111 1011001 10001000 0 111100 100111 1101 101010011 1000100 111101

Color Harmonies of #DF5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5988

Black with #DF5988

Text Example


Text Example

White with #DF5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5988; }

 p { color: rgb(223,89,136); }

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

background-color css

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

 a { background-color: rgb(223,89,136); }

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

border-color css

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

 span { border-color: rgb(223,89,136); }

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