Html Css Color HEX #DF5493 Dark Pink

📋 copy color: '#DF5493'

red 223 ◦ green 84 ◦ blue 147

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

Shades of Dark Pink #DF5493

Tints of Dark Pink #DF5493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 49.12%
G = 18.5%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF5493 (or 0xDF5493) is known color: Dark Pink. HEX triplet: DF, 54 and 93. RGB value is (223,84,147). Sum of RGB (Red+Green+Blue) = 223+84+147=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5493 is #20AB6C. Grayscale: #848484. Windows color (decimal): -2141037 or 9655519. OLE color: 9655519.

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

Color convert

RGB 223 84 147 -
CMYK 0 0.62 0.34 0.13
HSL 332.81º 0.68% 0.6% -
HSV(B) 332.81º 0.62% 0.87% -
XYZ 38.87 24.14 30.21 -
YUV 132.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 223 84 147 0 0.62 0.34 0.13 332.81 0.68 0.6
Hex DF 54 93 0 3E 22 D 14D 44 3C
Octal 337 124 223 0 76 42 15 515 104 74
Binary 11011111 1010100 10010011 0 111110 100010 1101 101001101 1000100 111100

Color Harmonies of #DF5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5493

Black with #DF5493

Text Example


Text Example

White with #DF5493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5493; }

 p { color: rgb(223,84,147); }

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

background-color css

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

 a { background-color: rgb(223,84,147); }

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

border-color css

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

 span { border-color: rgb(223,84,147); }

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