Html Css Color HEX #DF5091 Dark Pink

📋 copy color: '#DF5091'

red 223 ◦ green 80 ◦ blue 145

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

Shades of Dark Pink #DF5091

Tints of Dark Pink #DF5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

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

R = 49.78%
G = 17.86%
B = 32.37%

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

#DF5091 (or 0xDF5091) is known color: Dark Pink. HEX triplet: DF, 50 and 91. RGB value is (223,80,145). Sum of RGB (Red+Green+Blue) = 223+80+145=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5091 is #20AF6E. Grayscale: #828282. Windows color (decimal): -2142063 or 9523423. OLE color: 9523423.

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

Color convert

RGB 223 80 145 -
CMYK 0 0.64 0.35 0.13
HSL 332.73º 0.69% 0.59% -
HSV(B) 332.73º 0.64% 0.87% -
XYZ 38.41 23.47 29.29 -
YUV 130.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 223 80 145 0 0.64 0.35 0.13 332.73 0.69 0.59
Hex DF 50 91 0 40 23 D 14D 45 3B
Octal 337 120 221 0 100 43 15 515 105 73
Binary 11011111 1010000 10010001 0 1000000 100011 1101 101001101 1000101 111011

Color Harmonies of #DF5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5091

Black with #DF5091

Text Example


Text Example

White with #DF5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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