Html Css Color HEX #DF5592 Dark Pink

📋 copy color: '#DF5592'

red 223 ◦ green 85 ◦ blue 146

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

Shades of Dark Pink #DF5592

Tints of Dark Pink #DF5592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.16%

R = 49.12%
G = 18.72%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5592 (or 0xDF5592) is known color: Dark Pink. HEX triplet: DF, 55 and 92. RGB value is (223,85,146). Sum of RGB (Red+Green+Blue) = 223+85+146=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5592 is #20AA6D. Grayscale: #858585. Windows color (decimal): -2140782 or 9590239. OLE color: 9590239.

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

Color convert

RGB 223 85 146 -
CMYK 0 0.62 0.35 0.13
HSL 333.48º 0.68% 0.6% -
HSV(B) 333.48º 0.62% 0.87% -
XYZ 38.87 24.26 29.83 -
YUV 133.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 223 85 146 0 0.62 0.35 0.13 333.48 0.68 0.6
Hex DF 55 92 0 3E 23 D 14D 44 3C
Octal 337 125 222 0 76 43 15 515 104 74
Binary 11011111 1010101 10010010 0 111110 100011 1101 101001101 1000100 111100

Color Harmonies of #DF5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5592

Black with #DF5592

Text Example


Text Example

White with #DF5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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