Html Css Color HEX #DF4E82 Dark Pink

📋 copy color: '#DF4E82'

red 223 ◦ green 78 ◦ blue 130

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

Shades of Dark Pink #DF4E82

Tints of Dark Pink #DF4E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

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

R = 51.74%
G = 18.1%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF4E82 (or 0xDF4E82) is known color: Dark Pink. HEX triplet: DF, 4E and 82. RGB value is (223,78,130). Sum of RGB (Red+Green+Blue) = 223+78+130=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E82 is #20B17D. Grayscale: #7F7F7F. Windows color (decimal): -2142590 or 8539871. OLE color: 8539871.

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

Color convert

RGB 223 78 130 -
CMYK 0 0.65 0.42 0.13
HSL 338.48º 0.69% 0.59% -
HSV(B) 338.48º 0.65% 0.87% -
XYZ 37.19 22.75 23.55 -
YUV 127.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 223 78 130 0 0.65 0.42 0.13 338.48 0.69 0.59
Hex DF 4E 82 0 41 2A D 152 45 3B
Octal 337 116 202 0 101 52 15 522 105 73
Binary 11011111 1001110 10000010 0 1000001 101010 1101 101010010 1000101 111011

Color Harmonies of #DF4E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E82

Black with #DF4E82

Text Example


Text Example

White with #DF4E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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