Html Css Color HEX #DF5290 Dark Pink

📋 copy color: '#DF5290'

red 223 ◦ green 82 ◦ blue 144

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

Shades of Dark Pink #DF5290

Tints of Dark Pink #DF5290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 49.67%
G = 18.26%
B = 32.07%

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

#DF5290 (or 0xDF5290) is known color: Dark Pink. HEX triplet: DF, 52 and 90. RGB value is (223,82,144). Sum of RGB (Red+Green+Blue) = 223+82+144=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5290 is #20AD6F. Grayscale: #838383. Windows color (decimal): -2141552 or 9458399. OLE color: 9458399.

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

Color convert

RGB 223 82 144 -
CMYK 0 0.63 0.35 0.13
HSL 333.62º 0.69% 0.6% -
HSV(B) 333.62º 0.63% 0.87% -
XYZ 38.48 23.74 28.94 -
YUV 131.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 223 82 144 0 0.63 0.35 0.13 333.62 0.69 0.6
Hex DF 52 90 0 3F 23 D 14E 45 3C
Octal 337 122 220 0 77 43 15 516 105 74
Binary 11011111 1010010 10010000 0 111111 100011 1101 101001110 1000101 111100

Color Harmonies of #DF5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5290

Black with #DF5290

Text Example


Text Example

White with #DF5290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5290; }

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

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

background-color css

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

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

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

border-color css

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

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

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