Html Css Color HEX #DF4886 Dark Pink

📋 copy color: '#DF4886'

red 223 ◦ green 72 ◦ blue 134

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

Shades of Dark Pink #DF4886

Tints of Dark Pink #DF4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 51.98%
G = 16.78%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF4886 (or 0xDF4886) is known color: Dark Pink. HEX triplet: DF, 48 and 86. RGB value is (223,72,134). Sum of RGB (Red+Green+Blue) = 223+72+134=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4886 is #20B779. Grayscale: #7C7C7C. Windows color (decimal): -2144122 or 8800479. OLE color: 8800479.

HSL color Cylindrical-coordinate representation of color #DF4886: hue angle of 335.36º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4886 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 134 -
CMYK 0 0.68 0.40 0.13
HSL 335.36º 0.7% 0.58% -
HSV(B) 335.36º 0.68% 0.87% -
XYZ 37.05 22.04 24.86 -
YUV 124.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 223 72 134 0 0.68 0.40 0.13 335.36 0.7 0.58
Hex DF 48 86 0 44 28 D 14F 46 3A
Octal 337 110 206 0 104 50 15 517 106 72
Binary 11011111 1001000 10000110 0 1000100 101000 1101 101001111 1000110 111010

Color Harmonies of #DF4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4886

Black with #DF4886

Text Example


Text Example

White with #DF4886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4886; }

 p { color: rgb(223,72,134); }

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

background-color css

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

 a { background-color: rgb(223,72,134); }

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

border-color css

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

 span { border-color: rgb(223,72,134); }

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