Html Css Color HEX #DF5082 Dark Pink

📋 copy color: '#DF5082'

red 223 ◦ green 80 ◦ blue 130

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

Shades of Dark Pink #DF5082

Tints of Dark Pink #DF5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 51.5%
G = 18.48%
B = 30.02%

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

#DF5082 (or 0xDF5082) is known color: Dark Pink. HEX triplet: DF, 50 and 82. RGB value is (223,80,130). Sum of RGB (Red+Green+Blue) = 223+80+130=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5082 is #20AF7D. Grayscale: #808080. Windows color (decimal): -2142078 or 8540383. OLE color: 8540383.

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

Color convert

RGB 223 80 130 -
CMYK 0 0.64 0.42 0.13
HSL 339.02º 0.69% 0.59% -
HSV(B) 339.02º 0.64% 0.87% -
XYZ 37.33 23.04 23.6 -
YUV 128.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 223 80 130 0 0.64 0.42 0.13 339.02 0.69 0.59
Hex DF 50 82 0 40 2A D 153 45 3B
Octal 337 120 202 0 100 52 15 523 105 73
Binary 11011111 1010000 10000010 0 1000000 101010 1101 101010011 1000101 111011

Color Harmonies of #DF5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5082

Black with #DF5082

Text Example


Text Example

White with #DF5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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