Html Css Color HEX #DF5295 Dark Pink

📋 copy color: '#DF5295'

red 223 ◦ green 82 ◦ blue 149

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

Shades of Dark Pink #DF5295

Tints of Dark Pink #DF5295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.82%

R = 49.12%
G = 18.06%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5295 (or 0xDF5295) is known color: Dark Pink. HEX triplet: DF, 52 and 95. RGB value is (223,82,149). Sum of RGB (Red+Green+Blue) = 223+82+149=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5295 is #20AD6A. Grayscale: #838383. Windows color (decimal): -2141547 or 9786079. OLE color: 9786079.

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

Color convert

RGB 223 82 149 -
CMYK 0 0.63 0.33 0.13
HSL 331.49º 0.69% 0.6% -
HSV(B) 331.49º 0.63% 0.87% -
XYZ 38.87 23.89 31 -
YUV 131.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 223 82 149 0 0.63 0.33 0.13 331.49 0.69 0.6
Hex DF 52 95 0 3F 21 D 14B 45 3C
Octal 337 122 225 0 77 41 15 513 105 74
Binary 11011111 1010010 10010101 0 111111 100001 1101 101001011 1000101 111100

Color Harmonies of #DF5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5295

Black with #DF5295

Text Example


Text Example

White with #DF5295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5295; }

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

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

background-color css

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

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

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

border-color css

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

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

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