Html Css Color HEX #DF5994 Dark Pink

📋 copy color: '#DF5994'

red 223 ◦ green 89 ◦ blue 148

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

Shades of Dark Pink #DF5994

Tints of Dark Pink #DF5994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.17%

R = 48.48%
G = 19.35%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF5994 (or 0xDF5994) is known color: Dark Pink. HEX triplet: DF, 59 and 94. RGB value is (223,89,148). Sum of RGB (Red+Green+Blue) = 223+89+148=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5994 is #20A66B. Grayscale: #878787. Windows color (decimal): -2139756 or 9722335. OLE color: 9722335.

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

Color convert

RGB 223 89 148 -
CMYK 0 0.60 0.34 0.13
HSL 333.58º 0.68% 0.61% -
HSV(B) 333.58º 0.6% 0.87% -
XYZ 39.35 24.97 30.76 -
YUV 135.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 223 89 148 0 0.60 0.34 0.13 333.58 0.68 0.61
Hex DF 59 94 0 3C 22 D 14E 44 3D
Octal 337 131 224 0 74 42 15 516 104 75
Binary 11011111 1011001 10010100 0 111100 100010 1101 101001110 1000100 111101

Color Harmonies of #DF5994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5994

Black with #DF5994

Text Example


Text Example

White with #DF5994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5994; }

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

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

background-color css

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

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

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

border-color css

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

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

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