Html Css Color HEX #DF4E93 Dark Pink

📋 copy color: '#DF4E93'

red 223 ◦ green 78 ◦ blue 147

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

Shades of Dark Pink #DF4E93

Tints of Dark Pink #DF4E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.81%

R = 49.78%
G = 17.41%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF4E93 (or 0xDF4E93) is known color: Dark Pink. HEX triplet: DF, 4E and 93. RGB value is (223,78,147). Sum of RGB (Red+Green+Blue) = 223+78+147=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E93 is #20B16C. Grayscale: #818181. Windows color (decimal): -2142573 or 9653983. OLE color: 9653983.

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

Color convert

RGB 223 78 147 -
CMYK 0 0.65 0.34 0.13
HSL 331.45º 0.69% 0.59% -
HSV(B) 331.45º 0.65% 0.87% -
XYZ 38.42 23.24 30.07 -
YUV 129.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 223 78 147 0 0.65 0.34 0.13 331.45 0.69 0.59
Hex DF 4E 93 0 41 22 D 14B 45 3B
Octal 337 116 223 0 101 42 15 513 105 73
Binary 11011111 1001110 10010011 0 1000001 100010 1101 101001011 1000101 111011

Color Harmonies of #DF4E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E93

Black with #DF4E93

Text Example


Text Example

White with #DF4E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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