Html Css Color HEX #DF4D8C Dark Pink

📋 copy color: '#DF4D8C'

red 223 ◦ green 77 ◦ blue 140

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

Shades of Dark Pink #DF4D8C

Tints of Dark Pink #DF4D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 50.68%
G = 17.5%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF4D8C (or 0xDF4D8C) is known color: Dark Pink. HEX triplet: DF, 4D and 8C. RGB value is (223,77,140). Sum of RGB (Red+Green+Blue) = 223+77+140=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D8C is #20B273. Grayscale: #7F7F7F. Windows color (decimal): -2142836 or 9194975. OLE color: 9194975.

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

Color convert

RGB 223 77 140 -
CMYK 0 0.65 0.37 0.13
HSL 334.11º 0.7% 0.59% -
HSV(B) 334.11º 0.65% 0.87% -
XYZ 37.82 22.89 27.24 -
YUV 127.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 223 77 140 0 0.65 0.37 0.13 334.11 0.7 0.59
Hex DF 4D 8C 0 41 25 D 14E 46 3B
Octal 337 115 214 0 101 45 15 516 106 73
Binary 11011111 1001101 10001100 0 1000001 100101 1101 101001110 1000110 111011

Color Harmonies of #DF4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D8C

Black with #DF4D8C

Text Example


Text Example

White with #DF4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D8C; }

 p { color: rgb(223,77,140); }

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

background-color css

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

 a { background-color: rgb(223,77,140); }

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

border-color css

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

 span { border-color: rgb(223,77,140); }

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