Html Css Color HEX #DF5182 Dark Pink

📋 copy color: '#DF5182'

red 223 ◦ green 81 ◦ blue 130

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

Shades of Dark Pink #DF5182

Tints of Dark Pink #DF5182

RGB

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

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

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

R = 51.38%
G = 18.66%
B = 29.95%

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

#DF5182 (or 0xDF5182) is known color: Dark Pink. HEX triplet: DF, 51 and 82. RGB value is (223,81,130). Sum of RGB (Red+Green+Blue) = 223+81+130=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5182 is #20AE7D. Grayscale: #808080. Windows color (decimal): -2141822 or 8540639. OLE color: 8540639.

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

Color convert

RGB 223 81 130 -
CMYK 0 0.64 0.42 0.13
HSL 339.3º 0.69% 0.6% -
HSV(B) 339.3º 0.64% 0.87% -
XYZ 37.4 23.18 23.62 -
YUV 129.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 223 81 130 0 0.64 0.42 0.13 339.3 0.69 0.6
Hex DF 51 82 0 40 2A D 153 45 3C
Octal 337 121 202 0 100 52 15 523 105 74
Binary 11011111 1010001 10000010 0 1000000 101010 1101 101010011 1000101 111100

Color Harmonies of #DF5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5182

Black with #DF5182

Text Example


Text Example

White with #DF5182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5182; }

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

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

background-color css

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

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

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

border-color css

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

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

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