Html Css Color HEX #DF5081 Dark Pink

📋 copy color: '#DF5081'

red 223 ◦ green 80 ◦ blue 129

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

Shades of Dark Pink #DF5081

Tints of Dark Pink #DF5081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.86%

R = 51.62%
G = 18.52%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF5081 (or 0xDF5081) is known color: Dark Pink. HEX triplet: DF, 50 and 81. RGB value is (223,80,129). Sum of RGB (Red+Green+Blue) = 223+80+129=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5081 is #20AF7E. Grayscale: #808080. Windows color (decimal): -2142079 or 8474847. OLE color: 8474847.

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

Color convert

RGB 223 80 129 -
CMYK 0 0.64 0.42 0.13
HSL 339.44º 0.69% 0.59% -
HSV(B) 339.44º 0.64% 0.87% -
XYZ 37.26 23.01 23.25 -
YUV 128.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 223 80 129 0 0.64 0.42 0.13 339.44 0.69 0.59
Hex DF 50 81 0 40 2A D 153 45 3B
Octal 337 120 201 0 100 52 15 523 105 73
Binary 11011111 1010000 10000001 0 1000000 101010 1101 101010011 1000101 111011

Color Harmonies of #DF5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5081

Black with #DF5081

Text Example


Text Example

White with #DF5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5081; }

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

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

background-color css

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

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

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

border-color css

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

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

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