Html Css Color HEX #DF5595 Dark Pink

📋 copy color: '#DF5595'

red 223 ◦ green 85 ◦ blue 149

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

Shades of Dark Pink #DF5595

Tints of Dark Pink #DF5595

RGB

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

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

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

R = 48.8%
G = 18.6%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5595 (or 0xDF5595) is known color: Dark Pink. HEX triplet: DF, 55 and 95. RGB value is (223,85,149). Sum of RGB (Red+Green+Blue) = 223+85+149=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5595 is #20AA6A. Grayscale: #858585. Windows color (decimal): -2140779 or 9786847. OLE color: 9786847.

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

Color convert

RGB 223 85 149 -
CMYK 0 0.62 0.33 0.13
HSL 332.17º 0.68% 0.6% -
HSV(B) 332.17º 0.62% 0.87% -
XYZ 39.1 24.35 31.07 -
YUV 133.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 223 85 149 0 0.62 0.33 0.13 332.17 0.68 0.6
Hex DF 55 95 0 3E 21 D 14C 44 3C
Octal 337 125 225 0 76 41 15 514 104 74
Binary 11011111 1010101 10010101 0 111110 100001 1101 101001100 1000100 111100

Color Harmonies of #DF5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5595

Black with #DF5595

Text Example


Text Example

White with #DF5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5595; }

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

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

background-color css

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

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

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

border-color css

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

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

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