Html Css Color HEX #DF5191 Dark Pink

📋 copy color: '#DF5191'

red 223 ◦ green 81 ◦ blue 145

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

Shades of Dark Pink #DF5191

Tints of Dark Pink #DF5191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 49.67%
G = 18.04%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5191 (or 0xDF5191) is known color: Dark Pink. HEX triplet: DF, 51 and 91. RGB value is (223,81,145). Sum of RGB (Red+Green+Blue) = 223+81+145=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5191 is #20AE6E. Grayscale: #828282. Windows color (decimal): -2141807 or 9523679. OLE color: 9523679.

HSL color Cylindrical-coordinate representation of color #DF5191: hue angle of 332.96º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5191 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 145 -
CMYK 0 0.64 0.35 0.13
HSL 332.96º 0.69% 0.6% -
HSV(B) 332.96º 0.64% 0.87% -
XYZ 38.48 23.62 29.32 -
YUV 130.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 223 81 145 0 0.64 0.35 0.13 332.96 0.69 0.6
Hex DF 51 91 0 40 23 D 14D 45 3C
Octal 337 121 221 0 100 43 15 515 105 74
Binary 11011111 1010001 10010001 0 1000000 100011 1101 101001101 1000101 111100

Color Harmonies of #DF5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5191

Black with #DF5191

Text Example


Text Example

White with #DF5191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5191; }

 p { color: rgb(223,81,145); }

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

background-color css

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

 a { background-color: rgb(223,81,145); }

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

border-color css

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

 span { border-color: rgb(223,81,145); }

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