#DC27B2

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

Shades of Spicy Pink #DC27B2

Tints of Spicy Pink #DC27B2

Color information

#DC27B2 (or 0xDC27B2) is unknown color: approx Spicy Pink. HEX triplet: DC, 27 and B2. RGB value is (220,39,178). Sum of RGB (Red+Green+Blue) = 220+39+178=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27B2 is #23D84D. Grayscale: #6C6C6C. Windows color (decimal): -2349134 or 11675612. OLE color: 11675612.

HSL color Cylindrical-coordinate representation of color #DC27B2: hue angle of 313.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27B2 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB22039178-
CMYK00.820.190.14
HSL313.92º72.11%50.78%-
HSV(B)313.92º82.27%86.27%-
XYZ38.2819.8843.94-
YUV108.96166.97207.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 39 (15.62% from 255) = 8.92%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=50.34%
G=8.92%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203917800.820.190.14313.9272.1150.78
HexDC27B205213E13a4833
Octal334472620122231647211063
Binary1101110010011110110010010100101001111101001110101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC27B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC27B2; }

 p { color: rgb(220,39,178); }

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

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

 a { background-color: rgb(220,39,178); }

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

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

 span { border-color: rgb(220,39,178); }

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