#DA1FB2

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

Shades of Spicy Pink #DA1FB2

Tints of Spicy Pink #DA1FB2

Color information

#DA1FB2 (or 0xDA1FB2) is unknown color: approx Spicy Pink. HEX triplet: DA, 1F and B2. RGB value is (218,31,178). Sum of RGB (Red+Green+Blue) = 218+31+178=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1FB2 is #25E04D. Grayscale: #676767. Windows color (decimal): -2482254 or 11673562. OLE color: 11673562.

HSL color Cylindrical-coordinate representation of color #DA1FB2: hue angle of 312.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FB2 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21831178-
CMYK00.860.180.15
HSL312.83º75.1%48.82%-
HSV(B)312.83º85.78%85.49%-
XYZ37.4419.143.83-
YUV103.67169.95209.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 31 (12.5% from 255) = 7.26%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=51.05%
G=7.26%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183117800.860.180.15312.8375.148.82
HexDA1FB205612F1394b31
Octal332372620126221747111361
Binary110110101111110110010010101101001011111001110011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1FB2; }

 p { color: rgb(218,31,178); }

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

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

 a { background-color: rgb(218,31,178); }

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

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

 span { border-color: rgb(218,31,178); }

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