Html Css Color HEX #DF5496 Dark Pink

📋 copy color: '#DF5496'

red 223 ◦ green 84 ◦ blue 150

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

Shades of Dark Pink #DF5496

Tints of Dark Pink #DF5496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 48.8%
G = 18.38%
B = 32.82%

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

#DF5496 (or 0xDF5496) is known color: Dark Pink. HEX triplet: DF, 54 and 96. RGB value is (223,84,150). Sum of RGB (Red+Green+Blue) = 223+84+150=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5496 is #20AB69. Grayscale: #848484. Windows color (decimal): -2141034 or 9852127. OLE color: 9852127.

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

Color convert

RGB 223 84 150 -
CMYK 0 0.62 0.33 0.13
HSL 331.51º 0.68% 0.6% -
HSV(B) 331.51º 0.62% 0.87% -
XYZ 39.11 24.23 31.47 -
YUV 133.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 223 84 150 0 0.62 0.33 0.13 331.51 0.68 0.6
Hex DF 54 96 0 3E 21 D 14C 44 3C
Octal 337 124 226 0 76 41 15 514 104 74
Binary 11011111 1010100 10010110 0 111110 100001 1101 101001100 1000100 111100

Color Harmonies of #DF5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5496

Black with #DF5496

Text Example


Text Example

White with #DF5496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5496; }

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

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

background-color css

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

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

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

border-color css

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

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

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