Html Css Color HEX #DF5598 Dark Pink

📋 copy color: '#DF5598'

red 223 ◦ green 85 ◦ blue 152

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

Shades of Dark Pink #DF5598

Tints of Dark Pink #DF5598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 48.48%
G = 18.48%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF5598 (or 0xDF5598) is known color: Dark Pink. HEX triplet: DF, 55 and 98. RGB value is (223,85,152). Sum of RGB (Red+Green+Blue) = 223+85+152=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5598 is #20AA67. Grayscale: #858585. Windows color (decimal): -2140776 or 9983455. OLE color: 9983455.

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

Color convert

RGB 223 85 152 -
CMYK 0 0.62 0.32 0.13
HSL 330.87º 0.68% 0.6% -
HSV(B) 330.87º 0.62% 0.87% -
XYZ 39.35 24.45 32.35 -
YUV 133.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 223 85 152 0 0.62 0.32 0.13 330.87 0.68 0.6
Hex DF 55 98 0 3E 20 D 14B 44 3C
Octal 337 125 230 0 76 40 15 513 104 74
Binary 11011111 1010101 10011000 0 111110 100000 1101 101001011 1000100 111100

Color Harmonies of #DF5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5598

Black with #DF5598

Text Example


Text Example

White with #DF5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5598; }

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

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

background-color css

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

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

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

border-color css

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

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

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