Html Css Color HEX #DF4E84 Dark Pink

📋 copy color: '#DF4E84'

red 223 ◦ green 78 ◦ blue 132

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

Shades of Dark Pink #DF4E84

Tints of Dark Pink #DF4E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 51.5%
G = 18.01%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF4E84 (or 0xDF4E84) is known color: Dark Pink. HEX triplet: DF, 4E and 84. RGB value is (223,78,132). Sum of RGB (Red+Green+Blue) = 223+78+132=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E84 is #20B17B. Grayscale: #7F7F7F. Windows color (decimal): -2142588 or 8670943. OLE color: 8670943.

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

Color convert

RGB 223 78 132 -
CMYK 0 0.65 0.41 0.13
HSL 337.66º 0.69% 0.59% -
HSV(B) 337.66º 0.65% 0.87% -
XYZ 37.32 22.8 24.26 -
YUV 127.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 223 78 132 0 0.65 0.41 0.13 337.66 0.69 0.59
Hex DF 4E 84 0 41 29 D 152 45 3B
Octal 337 116 204 0 101 51 15 522 105 73
Binary 11011111 1001110 10000100 0 1000001 101001 1101 101010010 1000101 111011

Color Harmonies of #DF4E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E84

Black with #DF4E84

Text Example


Text Example

White with #DF4E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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