Html Css Color HEX #DF4E92 Dark Pink

📋 copy color: '#DF4E92'

red 223 ◦ green 78 ◦ blue 146

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

Shades of Dark Pink #DF4E92

Tints of Dark Pink #DF4E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 49.89%
G = 17.45%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF4E92 (or 0xDF4E92) is known color: Dark Pink. HEX triplet: DF, 4E and 92. RGB value is (223,78,146). Sum of RGB (Red+Green+Blue) = 223+78+146=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E92 is #20B16D. Grayscale: #808080. Windows color (decimal): -2142574 or 9588447. OLE color: 9588447.

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

Color convert

RGB 223 78 146 -
CMYK 0 0.65 0.35 0.13
HSL 331.86º 0.69% 0.59% -
HSV(B) 331.86º 0.65% 0.87% -
XYZ 38.34 23.21 29.65 -
YUV 129.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 223 78 146 0 0.65 0.35 0.13 331.86 0.69 0.59
Hex DF 4E 92 0 41 23 D 14C 45 3B
Octal 337 116 222 0 101 43 15 514 105 73
Binary 11011111 1001110 10010010 0 1000001 100011 1101 101001100 1000101 111011

Color Harmonies of #DF4E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E92

Black with #DF4E92

Text Example


Text Example

White with #DF4E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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