Html Css Color HEX #DF5392 Dark Pink

📋 copy color: '#DF5392'

red 223 ◦ green 83 ◦ blue 146

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

Shades of Dark Pink #DF5392

Tints of Dark Pink #DF5392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

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

R = 49.34%
G = 18.36%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5392 (or 0xDF5392) is known color: Dark Pink. HEX triplet: DF, 53 and 92. RGB value is (223,83,146). Sum of RGB (Red+Green+Blue) = 223+83+146=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5392 is #20AC6D. Grayscale: #838383. Windows color (decimal): -2141294 or 9589727. OLE color: 9589727.

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

Color convert

RGB 223 83 146 -
CMYK 0 0.63 0.35 0.13
HSL 333º 0.69% 0.6% -
HSV(B) 333º 0.63% 0.87% -
XYZ 38.71 23.95 29.78 -
YUV 132.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 223 83 146 0 0.63 0.35 0.13 333 0.69 0.6
Hex DF 53 92 0 3F 23 D 14D 45 3C
Octal 337 123 222 0 77 43 15 515 105 74
Binary 11011111 1010011 10010010 0 111111 100011 1101 101001101 1000101 111100

Color Harmonies of #DF5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5392

Black with #DF5392

Text Example


Text Example

White with #DF5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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