Html Css Color HEX #DF5992 Dark Pink

📋 copy color: '#DF5992'

red 223 ◦ green 89 ◦ blue 146

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

Shades of Dark Pink #DF5992

Tints of Dark Pink #DF5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.43%

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

R = 48.69%
G = 19.43%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5992 (or 0xDF5992) is known color: Dark Pink. HEX triplet: DF, 59 and 92. RGB value is (223,89,146). Sum of RGB (Red+Green+Blue) = 223+89+146=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5992 is #20A66D. Grayscale: #878787. Windows color (decimal): -2139758 or 9591263. OLE color: 9591263.

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

Color convert

RGB 223 89 146 -
CMYK 0 0.60 0.35 0.13
HSL 334.48º 0.68% 0.61% -
HSV(B) 334.48º 0.6% 0.87% -
XYZ 39.19 24.91 29.94 -
YUV 135.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 223 89 146 0 0.60 0.35 0.13 334.48 0.68 0.61
Hex DF 59 92 0 3C 23 D 14E 44 3D
Octal 337 131 222 0 74 43 15 516 104 75
Binary 11011111 1011001 10010010 0 111100 100011 1101 101001110 1000100 111101

Color Harmonies of #DF5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5992

Black with #DF5992

Text Example


Text Example

White with #DF5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5992; }

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

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

background-color css

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

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

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

border-color css

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

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

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