#DA4F8B

Color #DA4F8B Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DA4F8B

Tints of Dark Pink #DA4F8B

Color information

#DA4F8B (or 0xDA4F8B) is unknown color: approx Dark Pink. HEX triplet: DA, 4F and 8B. RGB value is (218,79,139). Sum of RGB (Red+Green+Blue) = 218+79+139=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F8B is #25B074. Grayscale: #7F7F7F. Windows color (decimal): -2470005 or 9129946. OLE color: 9129946.

HSL color Cylindrical-coordinate representation of color #DA4F8B: hue angle of 334.1º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4F8B is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21879139-
CMYK00.640.360.15
HSL334.1º65.26%58.24%-
HSV(B)334.1º63.76%85.49%-
XYZ36.3722.3626.83-
YUV127.4134.55192.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=50%
G=18.12%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187913900.640.360.15334.165.2658.24
HexDA4F8B04024F14e413a
Octal3321172130100441751610172
Binary110110101001111100010110100000010010011111010011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4F8B; }

 p { color: rgb(218,79,139); }

 H1.HeaderClassName
 {
   color: #DA4F8B;
 }
 .AnyTagClassName
 {
   color: #DA4F8B;
 }
</style>
background-color css

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

 a { background-color: rgb(218,79,139); }

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

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

 span { border-color: rgb(218,79,139); }

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