Html Css Color HEX #DF5190 Dark Pink

📋 copy color: '#DF5190'

red 223 ◦ green 81 ◦ blue 144

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

Shades of Dark Pink #DF5190

Tints of Dark Pink #DF5190

RGB

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

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

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

R = 49.78%
G = 18.08%
B = 32.14%

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

#DF5190 (or 0xDF5190) is known color: Dark Pink. HEX triplet: DF, 51 and 90. RGB value is (223,81,144). Sum of RGB (Red+Green+Blue) = 223+81+144=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5190 is #20AE6F. Grayscale: #828282. Windows color (decimal): -2141808 or 9458143. OLE color: 9458143.

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

Color convert

RGB 223 81 144 -
CMYK 0 0.64 0.35 0.13
HSL 333.38º 0.69% 0.6% -
HSV(B) 333.38º 0.64% 0.87% -
XYZ 38.41 23.59 28.91 -
YUV 130.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 223 81 144 0 0.64 0.35 0.13 333.38 0.69 0.6
Hex DF 51 90 0 40 23 D 14D 45 3C
Octal 337 121 220 0 100 43 15 515 105 74
Binary 11011111 1010001 10010000 0 1000000 100011 1101 101001101 1000101 111100

Color Harmonies of #DF5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5190

Black with #DF5190

Text Example


Text Example

White with #DF5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5190; }

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

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

background-color css

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

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

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

border-color css

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

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

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