#DA4F8A

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

Shades of Dark Pink #DA4F8A

Tints of Dark Pink #DA4F8A

Color information

#DA4F8A (or 0xDA4F8A) is unknown color: approx Dark Pink. HEX triplet: DA, 4F and 8A. RGB value is (218,79,138). Sum of RGB (Red+Green+Blue) = 218+79+138=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F8A is #25B075. Grayscale: #7F7F7F. Windows color (decimal): -2470006 or 9064410. OLE color: 9064410.

HSL color Cylindrical-coordinate representation of color #DA4F8A: hue angle of 334.53º 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 #DA4F8A is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB21879138-
CMYK00.640.370.15
HSL334.53º65.26%58.24%-
HSV(B)334.53º63.76%85.49%-
XYZ36.322.3326.44-
YUV127.29134.05192.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 79 (31.25% from 255) = 18.16%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=50.11%
G=18.16%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187913800.640.370.15334.5365.2658.24
HexDA4F8A04025F14f413a
Octal3321172120100451751710172
Binary110110101001111100010100100000010010111111010011111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4F8A; }

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

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

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

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

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

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

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

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