Html Css Color HEX #DF5698 Dark Pink

📋 copy color: '#DF5698'

red 223 ◦ green 86 ◦ blue 152

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

Shades of Dark Pink #DF5698

Tints of Dark Pink #DF5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

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

R = 48.37%
G = 18.66%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF5698 (or 0xDF5698) is known color: Dark Pink. HEX triplet: DF, 56 and 98. RGB value is (223,86,152). Sum of RGB (Red+Green+Blue) = 223+86+152=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5698 is #20A967. Grayscale: #868686. Windows color (decimal): -2140520 or 9983711. OLE color: 9983711.

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

Color convert

RGB 223 86 152 -
CMYK 0 0.61 0.32 0.13
HSL 331.09º 0.68% 0.61% -
HSV(B) 331.09º 0.61% 0.87% -
XYZ 39.43 24.61 32.38 -
YUV 134.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 223 86 152 0 0.61 0.32 0.13 331.09 0.68 0.61
Hex DF 56 98 0 3D 20 D 14B 44 3D
Octal 337 126 230 0 75 40 15 513 104 75
Binary 11011111 1010110 10011000 0 111101 100000 1101 101001011 1000100 111101

Color Harmonies of #DF5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5698

Black with #DF5698

Text Example


Text Example

White with #DF5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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