Html Css Color HEX #DF5795 Dark Pink

📋 copy color: '#DF5795'

red 223 ◦ green 87 ◦ blue 149

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

Shades of Dark Pink #DF5795

Tints of Dark Pink #DF5795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.95%

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 48.58%
G = 18.95%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5795 (or 0xDF5795) is known color: Dark Pink. HEX triplet: DF, 57 and 95. RGB value is (223,87,149). Sum of RGB (Red+Green+Blue) = 223+87+149=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5795 is #20A86A. Grayscale: #868686. Windows color (decimal): -2140267 or 9787359. OLE color: 9787359.

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

Color convert

RGB 223 87 149 -
CMYK 0 0.61 0.33 0.13
HSL 332.65º 0.68% 0.61% -
HSV(B) 332.65º 0.61% 0.87% -
XYZ 39.26 24.67 31.13 -
YUV 134.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 223 87 149 0 0.61 0.33 0.13 332.65 0.68 0.61
Hex DF 57 95 0 3D 21 D 14D 44 3D
Octal 337 127 225 0 75 41 15 515 104 75
Binary 11011111 1010111 10010101 0 111101 100001 1101 101001101 1000100 111101

Color Harmonies of #DF5795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5795

Black with #DF5795

Text Example


Text Example

White with #DF5795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5795; }

 p { color: rgb(223,87,149); }

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

background-color css

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

 a { background-color: rgb(223,87,149); }

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

border-color css

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

 span { border-color: rgb(223,87,149); }

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