Html Css Color HEX #DF4C8F Dark Pink

📋 copy color: '#DF4C8F'

red 223 ◦ green 76 ◦ blue 143

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

Shades of Dark Pink #DF4C8F

Tints of Dark Pink #DF4C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 50.45%
G = 17.19%
B = 32.35%

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

#DF4C8F (or 0xDF4C8F) is known color: Dark Pink. HEX triplet: DF, 4C and 8F. RGB value is (223,76,143). Sum of RGB (Red+Green+Blue) = 223+76+143=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C8F is #20B370. Grayscale: #7F7F7F. Windows color (decimal): -2143089 or 9391327. OLE color: 9391327.

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

Color convert

RGB 223 76 143 -
CMYK 0 0.66 0.36 0.13
HSL 332.65º 0.7% 0.59% -
HSV(B) 332.65º 0.66% 0.87% -
XYZ 37.97 22.84 28.39 -
YUV 127.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 223 76 143 0 0.66 0.36 0.13 332.65 0.7 0.59
Hex DF 4C 8F 0 42 24 D 14D 46 3B
Octal 337 114 217 0 102 44 15 515 106 73
Binary 11011111 1001100 10001111 0 1000010 100100 1101 101001101 1000110 111011

Color Harmonies of #DF4C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C8F

Black with #DF4C8F

Text Example


Text Example

White with #DF4C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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