Html Css Color HEX #DF5294 Dark Pink

📋 copy color: '#DF5294'

red 223 ◦ green 82 ◦ blue 148

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

Shades of Dark Pink #DF5294

Tints of Dark Pink #DF5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.1%

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 49.23%
G = 18.1%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF5294 (or 0xDF5294) is known color: Dark Pink. HEX triplet: DF, 52 and 94. RGB value is (223,82,148). Sum of RGB (Red+Green+Blue) = 223+82+148=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5294 is #20AD6B. Grayscale: #838383. Windows color (decimal): -2141548 or 9720543. OLE color: 9720543.

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

Color convert

RGB 223 82 148 -
CMYK 0 0.63 0.34 0.13
HSL 331.91º 0.69% 0.6% -
HSV(B) 331.91º 0.63% 0.87% -
XYZ 38.79 23.86 30.58 -
YUV 131.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 223 82 148 0 0.63 0.34 0.13 331.91 0.69 0.6
Hex DF 52 94 0 3F 22 D 14C 45 3C
Octal 337 122 224 0 77 42 15 514 105 74
Binary 11011111 1010010 10010100 0 111111 100010 1101 101001100 1000101 111100

Color Harmonies of #DF5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5294

Black with #DF5294

Text Example


Text Example

White with #DF5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5294; }

 p { color: rgb(223,82,148); }

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

background-color css

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

 a { background-color: rgb(223,82,148); }

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

border-color css

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

 span { border-color: rgb(223,82,148); }

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