Html Css Color HEX #DF5382 Dark Pink

📋 copy color: '#DF5382'

red 223 ◦ green 83 ◦ blue 130

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

Shades of Dark Pink #DF5382

Tints of Dark Pink #DF5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 51.15%
G = 19.04%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF5382 (or 0xDF5382) is known color: Dark Pink. HEX triplet: DF, 53 and 82. RGB value is (223,83,130). Sum of RGB (Red+Green+Blue) = 223+83+130=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5382 is #20AC7D. Grayscale: #828282. Windows color (decimal): -2141310 or 8541151. OLE color: 8541151.

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

Color convert

RGB 223 83 130 -
CMYK 0 0.63 0.42 0.13
HSL 339.86º 0.69% 0.6% -
HSV(B) 339.86º 0.63% 0.87% -
XYZ 37.55 23.49 23.67 -
YUV 130.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 223 83 130 0 0.63 0.42 0.13 339.86 0.69 0.6
Hex DF 53 82 0 3F 2A D 154 45 3C
Octal 337 123 202 0 77 52 15 524 105 74
Binary 11011111 1010011 10000010 0 111111 101010 1101 101010100 1000101 111100

Color Harmonies of #DF5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5382

Black with #DF5382

Text Example


Text Example

White with #DF5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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