Html Css Color HEX #DF4C8E Dark Pink

📋 copy color: '#DF4C8E'

red 223 ◦ green 76 ◦ blue 142

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

Shades of Dark Pink #DF4C8E

Tints of Dark Pink #DF4C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.23%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 50.57%
G = 17.23%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF4C8E (or 0xDF4C8E) is known color: Dark Pink. HEX triplet: DF, 4C and 8E. RGB value is (223,76,142). Sum of RGB (Red+Green+Blue) = 223+76+142=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C8E is #20B371. Grayscale: #7F7F7F. Windows color (decimal): -2143090 or 9325791. OLE color: 9325791.

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

Color convert

RGB 223 76 142 -
CMYK 0 0.66 0.36 0.13
HSL 333.06º 0.7% 0.59% -
HSV(B) 333.06º 0.66% 0.87% -
XYZ 37.9 22.81 28 -
YUV 127.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 223 76 142 0 0.66 0.36 0.13 333.06 0.7 0.59
Hex DF 4C 8E 0 42 24 D 14D 46 3B
Octal 337 114 216 0 102 44 15 515 106 73
Binary 11011111 1001100 10001110 0 1000010 100100 1101 101001101 1000110 111011

Color Harmonies of #DF4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C8E

Black with #DF4C8E

Text Example


Text Example

White with #DF4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C8E; }

 p { color: rgb(223,76,142); }

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

background-color css

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

 a { background-color: rgb(223,76,142); }

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

border-color css

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

 span { border-color: rgb(223,76,142); }

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