Html Css Color HEX #DF5488 Dark Pink

📋 copy color: '#DF5488'

red 223 ◦ green 84 ◦ blue 136

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

Shades of Dark Pink #DF5488

Tints of Dark Pink #DF5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

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

R = 50.34%
G = 18.96%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5488 (or 0xDF5488) is known color: Dark Pink. HEX triplet: DF, 54 and 88. RGB value is (223,84,136). Sum of RGB (Red+Green+Blue) = 223+84+136=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5488 is #20AB77. Grayscale: #838383. Windows color (decimal): -2141048 or 8934623. OLE color: 8934623.

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

Color convert

RGB 223 84 136 -
CMYK 0 0.62 0.39 0.13
HSL 337.55º 0.68% 0.6% -
HSV(B) 337.55º 0.62% 0.87% -
XYZ 38.05 23.81 25.88 -
YUV 131.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 223 84 136 0 0.62 0.39 0.13 337.55 0.68 0.6
Hex DF 54 88 0 3E 27 D 152 44 3C
Octal 337 124 210 0 76 47 15 522 104 74
Binary 11011111 1010100 10001000 0 111110 100111 1101 101010010 1000100 111100

Color Harmonies of #DF5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5488

Black with #DF5488

Text Example


Text Example

White with #DF5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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