Html Css Color HEX #DF4E85 Dark Pink

📋 copy color: '#DF4E85'

red 223 ◦ green 78 ◦ blue 133

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

Shades of Dark Pink #DF4E85

Tints of Dark Pink #DF4E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 51.38%
G = 17.97%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF4E85 (or 0xDF4E85) is known color: Dark Pink. HEX triplet: DF, 4E and 85. RGB value is (223,78,133). Sum of RGB (Red+Green+Blue) = 223+78+133=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4E85 is #20B17A. Grayscale: #7F7F7F. Windows color (decimal): -2142587 or 8736479. OLE color: 8736479.

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

Color convert

RGB 223 78 133 -
CMYK 0 0.65 0.40 0.13
HSL 337.24º 0.69% 0.59% -
HSV(B) 337.24º 0.65% 0.87% -
XYZ 37.39 22.83 24.63 -
YUV 127.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 223 78 133 0 0.65 0.40 0.13 337.24 0.69 0.59
Hex DF 4E 85 0 41 28 D 151 45 3B
Octal 337 116 205 0 101 50 15 521 105 73
Binary 11011111 1001110 10000101 0 1000001 101000 1101 101010001 1000101 111011

Color Harmonies of #DF4E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E85

Black with #DF4E85

Text Example


Text Example

White with #DF4E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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