Html Css Color HEX #DF5594 Dark Pink

📋 copy color: '#DF5594'

red 223 ◦ green 85 ◦ blue 148

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

Shades of Dark Pink #DF5594

Tints of Dark Pink #DF5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

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

R = 48.9%
G = 18.64%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF5594 (or 0xDF5594) is known color: Dark Pink. HEX triplet: DF, 55 and 94. RGB value is (223,85,148). Sum of RGB (Red+Green+Blue) = 223+85+148=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5594 is #20AA6B. Grayscale: #858585. Windows color (decimal): -2140780 or 9721311. OLE color: 9721311.

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

Color convert

RGB 223 85 148 -
CMYK 0 0.62 0.34 0.13
HSL 332.61º 0.68% 0.6% -
HSV(B) 332.61º 0.62% 0.87% -
XYZ 39.03 24.32 30.65 -
YUV 133.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 223 85 148 0 0.62 0.34 0.13 332.61 0.68 0.6
Hex DF 55 94 0 3E 22 D 14D 44 3C
Octal 337 125 224 0 76 42 15 515 104 74
Binary 11011111 1010101 10010100 0 111110 100010 1101 101001101 1000100 111100

Color Harmonies of #DF5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5594

Black with #DF5594

Text Example


Text Example

White with #DF5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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