#db3fcc

Color #DB3FCC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB3FCC

Tints of Free Speech Magenta #DB3FCC

Color information

#DB3FCC (or 0xDB3FCC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 3F and CC. RGB value is (219,63,204). Sum of RGB (Red+Green+Blue) = 219+63+204=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FCC is #24C033. Grayscale: #7D7D7D. Windows color (decimal): -2408500 or 13385691. OLE color: 13385691.

HSL color Cylindrical-coordinate representation of color #DB3FCC: hue angle of 305.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FCC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB21963204-
CMYK00.710.070.14
HSL305.77º68.42%55.29%-
HSV(B)305.77º71.23%85.88%-
XYZ41.8922.9759.35-
YUV125.72172.18194.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 63 (25% from 255) = 12.96%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=45.06%
G=12.96%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196320400.710.070.14305.7768.4255.29
HexDB3FCC0477E1324437
Octal33377314010771646210467
Binary11011011111111110011000100011111111101001100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db3fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db3fcc; }

 p { color: rgb(219,63,204); }

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

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

 a { background-color: rgb(219,63,204); }

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

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

 span { border-color: rgb(219,63,204); }

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