#DB63D7

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

Shades of Free Speech Magenta #DB63D7

Tints of Free Speech Magenta #DB63D7

Color information

#DB63D7 (or 0xDB63D7) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 63 and D7. RGB value is (219,99,215). Sum of RGB (Red+Green+Blue) = 219+99+215=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63D7 is #249C28. Grayscale: #939393. Windows color (decimal): -2399273 or 14115803. OLE color: 14115803.

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

Color convert

RGB21999215-
CMYK00.550.020.14
HSL302º62.5%62.35%-
HSV(B)302º54.79%85.88%-
XYZ45.9428.8967.44-
YUV148.1165.76178.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=41.09%
G=18.57%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199921500.550.020.1430262.562.35
HexDB63D70372E12e3e3e
Octal3331433270672164567676
Binary110110111100011110101110110111101110100101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB63D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB63D7; }

 p { color: rgb(219,99,215); }

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

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

 a { background-color: rgb(219,99,215); }

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

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

 span { border-color: rgb(219,99,215); }

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